aboutsummaryrefslogtreecommitdiff
path: root/src/ext/ed25519/ref10/randombytes.h
blob: c2cef10ceb00f509cbb8ce38a2a84dc0b4b2e907 (plain)
1
2
3
4
/* Added for Tor. */
#include "lib/crypt_ops/crypto_rand.h"
#define randombytes(b, n) \
  (crypto_strongest_rand((b), (n)), 0)