aboutsummaryrefslogtreecommitdiff
path: root/docs/crypto.md
diff options
context:
space:
mode:
authorame <[email protected]>2024-04-08 10:31:23 -0500
committerame <[email protected]>2024-04-08 10:31:23 -0500
commit37a4bcc40e52181d9e35663115196534ff2a2442 (patch)
tree9c2910b38b02f963e751f9b7a12573b3480bb500 /docs/crypto.md
parent7fbafae25ca81e9acb745fd75ef7f1be55ad7d92 (diff)
sha256 & sha224
Diffstat (limited to 'docs/crypto.md')
-rw-r--r--docs/crypto.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/crypto.md b/docs/crypto.md
index 10401ab..673ec9c 100644
--- a/docs/crypto.md
+++ b/docs/crypto.md
@@ -15,8 +15,8 @@ insane amount anyways). i likely will go back and rewrite all of these to fix bo
| bsdchecksum | 16 | nil | | y |
| sha0 | 160 | nil | insecure, use sha1| y |
| sha1 | 160 | nil | | y |
-| sha256 | 256 | nil | | todo |
-| sha224 | 224 | nil | | todo |
+| sha256 | 256 | nil | | y |
+| sha224 | 224 | nil | | y |
| pearson | 8 | nil | use setpearson(table) to change the table, initial is 0..255| y |
| xxh64 | 64 | nil | xxhash | todo|
| xxh32 | 32 | nil | | todo |