Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 20, 2024
1 parent 712435b commit 5111d38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
node_modules
/build/
/*.js
/*.d.ts
/*.js.map
/*.d.ts.map
/esm/*.js
/esm/*.d.ts
/esm/*.js.map
/esm/*.d.ts.map
/lib
*.d.ts
*.d.ts.map
*.js.map
/build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Auditable & minimal JS implementation of Salsa20, ChaCha and AES.
- 💼 AES: ECB, CBC, CTR, GCM, SIV (nonce misuse-resistant)
- 💃 Salsa20, ChaCha, XSalsa20, XChaCha, Poly1305, ChaCha8, ChaCha12
- 🥈 Two AES implementations: choose between friendly webcrypto wrapper and pure JS one
- 🪶 Just 500 lines / 4KB gzipped for Salsa + ChaCha + Poly build
- 🪶 21KB for everything, 10KB for ChaCha build

### This library belongs to _noble_ crypto

Expand Down

0 comments on commit 5111d38

Please sign in to comment.