Skip to content

Commit

Permalink
doc: fix embrassing byte-length typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Apr 26, 2024
1 parent 741d397 commit 473cd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Because you don't have to be an expert to _use_ cryptography!

- Keys can be 128-, 192-, or 256-bit (16, 19, or 24 bytes)
- Keys can be 128-, 192-, or 256-bit (16, 24, or 32 bytes)
- Plain input can be raw `Uint8Array`s or (UTF-8) `String`s
- Encrypted output can be `Base64UrlSafe` Strings, or raw `Uint8Array`s

Expand Down

0 comments on commit 473cd34

Please sign in to comment.