mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06: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))
|