From 8fa2016c27edbe12e0bbd64294a6d30af6ae3e1d Mon Sep 17 00:00:00 2001 From: Isaak Uchakaev Date: Tue, 6 Jul 2021 11:45:10 +0300 Subject: [PATCH] Add TweetNaCl.js to JavaScript section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b90ecd8..3e9ae59 100644 --- a/README.md +++ b/README.md @@ -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.