Merge 6d76807bffce839cbd7336aee2545d66787e1fa1 into 4933f200acf7467cdff8fabbd9fd9cd56427d65c

This commit is contained in:
Andrew Milich 2024-10-23 22:31:44 +00:00 committed by GitHub
commit 61351a564b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -293,6 +293,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.
- [@skiff-org/skiff-crypto](https://github.com/skiff-org/skiff-apps/tree/main/libs/skiff-crypto) - Web and Node.js compatible symmetric/asymmetric cryptography utilities, as well as object versioning datagram library built by [Skiff](https://skiff.com). Documentation [site here](https://skiff.com/skiff-crypto).
- [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.