i2pd/core/crypto/ed25519/crypto_verify_32.h

4 lines
83 B
C
Raw Normal View History

#include <cstring>
#define crypto_verify_32(a,b) (std::memcmp((a), (b), 32) == 0)