Add TweetNaCl.js to the JavaScript section (#141)

* Add TweetNaCl.js to JavaScript section

* Add Nettle to the C section

* Remove Nettle because of duplication
pull/143/head
Isaak Uchakaev 3 years ago committed by GitHub
parent 4744c34c07
commit da478fb21b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -284,6 +284,7 @@ A curated list of cryptography resources and links.
- [PolyCrypt](https://github.com/polycrypt/polycrypt) - Pure JS implementation of the WebCrypto API.
- [rusha](https://github.com/srijs/rusha) - High-performance pure-javascript SHA1 implementation suitable for large binary data, reaching up to half the native speed.
- [sjcl](https://github.com/bitwiseshiftleft/sjcl) - Stanford JavaScript Crypto Library.
- [TweetNaCl.js](https://github.com/dchest/tweetnacl-js) - A port of TweetNaCl / NaCl for JavaScript for modern browsers and Node.js.
- [URSA](https://github.com/quartzjer/ursa) - RSA public/private key OpenSSL bindings for Node.

Loading…
Cancel
Save