Searched refs:crypto_stream_xsalsa20_keybytes (Results 1 – 3 of 3) sorted by relevance
25 size_t crypto_stream_xsalsa20_keybytes(void);
45 crypto_stream_xsalsa20_keybytes(void) in crypto_stream_xsalsa20_keybytes() function
60 assert(crypto_stream_keybytes() == crypto_stream_xsalsa20_keybytes()); in main()