This website requires JavaScript.
Explore
Help
Sign In
PurpleI2P
/
i2pd
Watch
1
Star
0
Fork
0
You've already forked i2pd
mirror of
https://github.com/PurpleI2P/i2pd.git
synced
2025-01-30 12:04:13 +00:00
Code
Issues
Releases
Activity
i2pd
/
core
/
crypto
/
ed25519
/
crypto_verify_32.h
4 lines
80 B
C
Raw
Normal View
History
Unescape
Escape
Add eddsa from ref10 implementation (with some modifications).
2015-08-27 22:16:12 +02:00
#
include
<cstring>
Add tests for EdDSA25519, fix Verifier.
2015-08-29 23:21:32 +02:00
#
define crypto_verify_32(a,b) (!!std::memcmp((a), (b), 32))
Reference in New Issue
Copy Permalink