Searched refs:sodium_crypto_sign_ed25519_sk_to_curve25519 (Results 1 – 5 of 5) sorted by relevance
103 PHP_FUNCTION(sodium_crypto_sign_ed25519_sk_to_curve25519);
139 function sodium_crypto_sign_ed25519_sk_to_curve25519(string $secret_key): string {} function
502 ZEND_FUNCTION(sodium_crypto_sign_ed25519_sk_to_curve25519);631 …ZEND_FE(sodium_crypto_sign_ed25519_sk_to_curve25519, arginfo_sodium_crypto_sign_ed25519_sk_to_curv…
2711 PHP_FUNCTION(sodium_crypto_sign_ed25519_sk_to_curve25519) in PHP_FUNCTION() argument
57 $curve25519key = sodium_crypto_sign_ed25519_sk_to_curve25519($ed25519key);
Completed in 23 milliseconds