mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-25 10:12:56 -03:00
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))
|