1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00
libsodium/README.markdown

9 lines
303 B
Markdown
Raw Normal View History

2013-01-20 13:34:00 -07:00
# libsodium - P(ortable|ackageable) NaCl
2013-01-20 01:03:34 -07:00
2013-01-20 01:39:14 -07:00
Portable, cross-compilable, installable, packageable version of the NaCl
crypto library.
2013-01-20 01:03:34 -07:00
2013-01-20 13:39:16 -07:00
## comparison with vanilla NaCl
2013-01-20 13:10:51 -07:00
We are using ed25519 from SUPERCOP, as even DJB doesn't recommend using edwards25519sha512batch anymore - this will reach NaCL one day...