mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-10 11:37:19 -03:00
4 lines
92 B
C
4 lines
92 B
C
#include <sodium/utils.h>
|
|
|
|
#define crypto_verify_32(a,b) \
|
|
(!sodium_memcmp((a), (b), 32))
|