randombytes.h 105 B

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