sodium_crypto_sign_ed25519_sk_to_curve25519
Convert an Ed25519 secret key to a Curve25519 secret key
Description
string sodium_crypto_sign_ed25519_sk_to_curve25519(#[\SensitiveParameter]string $secret_key
)
Parameters
-
secret_key
-
Secret key suitable for the crypto_sign functions.
Return Values
Secret key suitable for the crypto_box functions.