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