Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sobolevn/awesome-cryptography
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: deliberative/awesome-cryptography
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 2, 2022

  1. Update README.md

    Added @deliberative/crypto npm package.
    fuzzc0re authored Sep 2, 2022
    Copy the full SHA
    eb0499d View commit details

Commits on Sep 3, 2022

  1. Update README.md

    yarn test runs with no errors now
    fuzzc0re authored Sep 3, 2022
    Copy the full SHA
    9948eec View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 README.md
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -262,6 +262,7 @@ A curated list of cryptography resources and links.

### JavaScript

- [@deliberative/crypto](https://github.com/deliberative/crypto) - Typescript/WebAssembly library for Ed25519 public key cryptography, AEAD secret boxes, Shamir secret sharing and random shuffling. Runs on Nodejs, ESM, CommonJS and the browser.
- [asmCrypto](https://github.com/vibornoff/asmcrypto.js/) - JavaScript implementation of popular cryptographic utilities with performance in mind.
- [bcrypt-Node.js](https://github.com/shaneGirish/bcrypt-Node.js) - Native implementation of bcrypt for Node.js.
- [cifre](https://github.com/openpeer/cifre) - Fast crypto toolkit for modern client-side JavaScript.