php / 8.1.5 / function.sodium-crypto-sign-keypair-from-secretkey-and-publickey.html /

sodium_crypto_sign_keypair_from_secretkey_and_publickey

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_sign_keypair_from_secretkey_and_publickeyJoin a secret key and public key together

Description

sodium_crypto_sign_keypair_from_secretkey_and_publickey(string $secret_key, string $public_key): string

Join a secret key and public key together.

Parameters

secret_key

Ed25519 secret key

public_key

Ed25519 public key

Return Values

Keypair

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.sodium-crypto-sign-keypair-from-secretkey-and-publickey.php