crypto_verify_32.h 92 B

1234
  1. #include <sodium/utils.h>
  2. #define crypto_verify_32(a,b) \
  3. (!sodium_memcmp((a), (b), 32))