tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

randombytes.h (127B)


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