Searched refs:crypto_sign_ed25519_PUBLICKEYBYTES (Results 1 – 5 of 5) sorted by relevance
14 unsigned char ed25519_pk[crypto_sign_ed25519_PUBLICKEYBYTES]; in main()57 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()62 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()67 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
1071 unsigned char extracted_pk[crypto_sign_ed25519_PUBLICKEYBYTES]; in main()1302 if (memcmp(extracted_pk, pk, crypto_sign_ed25519_PUBLICKEYBYTES) != 0) { in main()
29 return crypto_sign_ed25519_PUBLICKEYBYTES; in crypto_sign_ed25519_publickeybytes()56 crypto_sign_ed25519_PUBLICKEYBYTES); in crypto_sign_ed25519_sk_to_pk()
36 #define crypto_sign_PUBLICKEYBYTES crypto_sign_ed25519_PUBLICKEYBYTES
30 #define crypto_sign_ed25519_PUBLICKEYBYTES 32U macro