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