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