Searched refs:crypto_sign_SEEDBYTES (Results 1 – 4 of 4) sorted by relevance
11 const unsigned char sk[crypto_sign_SEEDBYTES];1094 memcpy(skpk, test_data[i].sk, crypto_sign_SEEDBYTES); in main()1095 memcpy(skpk + crypto_sign_SEEDBYTES, test_data[i].pk, in main()
32 #define crypto_sign_SEEDBYTES crypto_sign_ed25519_SEEDBYTES macro
19 return crypto_sign_SEEDBYTES; in crypto_sign_seedbytes()
452 - crypto_sign_seedbytes() and crypto_sign_SEEDBYTES were added.