5 lines
92 B
C
5 lines
92 B
C
|
#include <sodium/utils.h>
|
||
|
|
||
|
#define crypto_verify_32(a,b) \
|
||
|
(!sodium_memcmp((a), (b), 32))
|