Home
last modified time | relevance | path

Searched refs:crypto_sign_ed25519_messagebytes_max (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c39 crypto_sign_ed25519_messagebytes_max(void) in crypto_sign_ed25519_messagebytes_max() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_sign_ed25519.h40 size_t crypto_sign_ed25519_messagebytes_max(void);
/freebsd/sys/contrib/libsodium/test/default/
H A Dsign.c1319 assert(crypto_sign_messagebytes_max() == crypto_sign_ed25519_messagebytes_max()); in main()