mkp224o/ed25519/ref10/crypto_verify_32.h

5 lines
92 B
C
Raw Normal View History

2017-09-24 21:13:16 +02:00
#include <sodium/utils.h>
#define crypto_verify_32(a,b) \
(!sodium_memcmp((a), (b), 32))