php8.5
Home/ Manual/ sodium / functions/ sodium_crypto_kx_publickey

sodium_crypto_kx_publickey

PHP function Edit on GitHub ✎

(PHP 7 >= 7.2.0, PHP 8)

Extract the public key from a crypto_kx keypair

Description

sodium_crypto_kx_publickey(string $key_pair): string

Extract the public key from a crypto_kx keypair.

Parameters

key_pair

X25519 keypair, such as one generated by sodium_crypto_kx_keypair().

Return Values

X25519 public key.

Source: reference/sodium/functions/sodium-crypto-kx-publickey.xml · from the official PHP manual (php/doc-en)