add skiff-crypto

This commit is contained in:
Andrew Milich 2023-06-01 13:48:15 -07:00
parent 1f81d244af
commit 7be4a08062
No known key found for this signature in database
GPG Key ID: 5862ACF2B4B172D4

View File

@ -291,6 +291,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).
- [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.