mkp224o/ed25519/ref10/crypto_verify_32.h
cathugger 9b80e8676c init
2017-09-24 22:13:16 +03:00

5 lines
92 B
C

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