tor

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

crypto_verify_32.h (113B)


      1 /* Added for Tor. */
      2 #include "lib/ctime/di_ops.h"
      3 #define crypto_verify_32(a,b) \
      4  (! tor_memeq((a), (b), 32))