randombytes.h 127 B

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