randombytes.h 120 B

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