Home
last modified time | relevance | path

Searched refs:ed25519_sk (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dkeypair.c75 const unsigned char *ed25519_sk) in crypto_sign_ed25519_sk_to_curve25519() argument
80 memcpy(h, ed25519_sk, 32); in crypto_sign_ed25519_sk_to_curve25519()
82 crypto_hash_sha512(h, ed25519_sk, 32); in crypto_sign_ed25519_sk_to_curve25519()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_sign_ed25519.h81 const unsigned char *ed25519_sk);