From 7be4a0806202c78cf07a0953ec129c1f53933870 Mon Sep 17 00:00:00 2001 From: Andrew Milich Date: Thu, 1 Jun 2023 13:48:15 -0700 Subject: [PATCH 1/2] add skiff-crypto --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 842ecb8..97c4fa9 100644 --- a/README.md +++ b/README.md @@ -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. From 6d76807bffce839cbd7336aee2545d66787e1fa1 Mon Sep 17 00:00:00 2001 From: Andrew Milich Date: Wed, 14 Jun 2023 23:22:39 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97c4fa9..dac00a1 100644 --- a/README.md +++ b/README.md @@ -291,7 +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). +- [@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.