This is a fork of TweetNaCl (pronounced "Tweet Salt") crypto library with the following modifications:
-
The code has been reformatted using clang-format
-
crypto-hash has been refactored to enable the hashing of streamed input
-
Added code to convert Ed25519 keys to Curve25519 keys to support SC4
-
Added some in-line comments based on Appendix D of the TweetNacl paper