1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-28 10:04:14 +00:00
i2pd/core/crypto/ed25519/crypto_verify_32.h
2015-08-29 23:21:32 +02:00

4 lines
80 B
C++

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