mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-19 21:25:30 +00:00
4 lines
83 B
C
4 lines
83 B
C
|
#include <cstring>
|
||
|
|
||
|
#define crypto_verify_32(a,b) (std::memcmp((a), (b), 32) == 0)
|