aboutsummaryrefslogtreecommitdiff
path: root/docs
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
commit67732c42a3c5d98256674f827af1ac4a17015538 (patch)
tree9c2910b38b02f963e751f9b7a12573b3480bb500 /docs
parentd3f3a8a1f3e786965ae473c046db2c34d7d3adb6 (diff)
sha256 & sha224
Diffstat (limited to 'docs')
-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 |