Searched defs:secret_key (Results 1 – 1 of 1) sorted by relevance
47 function sodium_crypto_box_keypair_from_secretkey_and_publickey(string $secret_key, string $public_…53 function sodium_crypto_box_publickey_from_secretkey(string $secret_key): string {}133 function sodium_crypto_sign(string $message, string $secret_key): string {}135 function sodium_crypto_sign_detached(string $message, string $secret_key): string {}139 function sodium_crypto_sign_ed25519_sk_to_curve25519(string $secret_key): string {}143 function sodium_crypto_sign_keypair_from_secretkey_and_publickey(string $secret_key, string $public…151 function sodium_crypto_sign_publickey_from_secretkey(string $secret_key): string {}188 function sodium_crypto_scalarmult_base(string $secret_key): string {}
Completed in 6 milliseconds