This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
i2pd
Watch
2
Star
0
Fork
0
You've already forked i2pd
mirror of
https://github.com/PurpleI2P/i2pd.git
synced
2024-11-08 01:10:40 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ed96e5ede1
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 20:16:12 +00:00
#
include
<cstring>
Add tests for EdDSA25519, fix Verifier.
2015-08-29 21:21:32 +00:00
#
define crypto_verify_32(a,b) (!!std::memcmp((a), (b), 32))
Reference in New Issue
Copy Permalink