randombytes.h 113 B

1234
  1. /* Added for Tor. */
  2. #include "crypto_rand.h"
  3. #define randombytes(b, n) \
  4. (crypto_strongest_rand((b), (n)), 0)