PHP 8.3.4 Released!

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

Descrição

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

Join a secret key and public key together.

Parâmetros

secret_key

Ed25519 secret key

public_key

Ed25519 public key

Valor Retornado

Keypair

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top