You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Modern, cross-platform encryption for both **files** *and* **text**.
13
13
Currently there are 2 encryption schemes supported:
14
14
15
15
***Scheme 0** (default): **AES-GCM 256** (native via Crypto API) and **Argon2id** (single thread parallelism setup using `argon2` or `argon2-browser`)
16
-
***Scheme 1**: **XChaCha20Poly1305** (via JavaScript engine `@noble/cipehrs`) and and **Argon2id** (multi thread parallelism setup using `argon2` or `argon2-browser`)
16
+
***Scheme 1**: **XChaCha20Poly1305** (via JavaScript engine `@noble/ciphers`) and and **Argon2id** (multi thread parallelism setup using `argon2` or `argon2-browser`)
17
17
18
18
The library can support up to 8 schemes via a header info byte (3 bit allocated).
0 commit comments