From 37a4bcc40e52181d9e35663115196534ff2a2442 Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 8 Apr 2024 10:31:23 -0500 Subject: sha256 & sha224 --- docs/crypto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 | -- cgit v1.2.3