aboutsummaryrefslogtreecommitdiff
path: root/docs/crypto.md
diff options
context:
space:
mode:
authorame <[email protected]>2024-04-05 13:12:50 -0500
committerame <[email protected]>2024-04-05 13:12:50 -0500
commitbf8bd006189776ae360977c19e7096d73586fa50 (patch)
tree7308903e7962fe2bfb0cf2461779e68d6da264ff /docs/crypto.md
parenta35c30a313889514d8893b62bab9dabd9259ed00 (diff)
fixes n stuff:3
Diffstat (limited to 'docs/crypto.md')
-rw-r--r--docs/crypto.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/crypto.md b/docs/crypto.md
index 82d9e4e..d46a7ad 100644
--- a/docs/crypto.md
+++ b/docs/crypto.md
@@ -9,8 +9,6 @@ this is a pretty big problem meaning the input must be given at once, this is be
but bad for big files. because of this, i decided not to support inputs over 2^64 characters (which is an
insane amount anyways). i likely will go back and rewrite all of these to fix both of these issues.
-remaining to fix (inc. variants): 15
-
|name|out len|other args|extra|incremental|
|--|--|--|--|--|
| adler32 | 32 | nil | | y |
@@ -54,9 +52,9 @@ remaining to fix (inc. variants): 15
| murmur2_32 | 32 | *seed | | n |
| pjw | 32 | nil | | y |
| sdbm | 64 | nil | | y |
-| sha512 | 512 | nil | | todo |
-| sha384 | 384 | nil | | todo |
-| sha512_t | length of arg 2 | t (bit length) | bit length range is 0 < t <= 512 (this isnt checked, and it should accept any value) | todo |
+| sha512 | 512 | nil | | y |
+| sha384 | 384 | nil | | y |
+| sha512_t | length of arg 2 | t (bit length) | bit length range is 0 < t <= 512 (this isnt checked, and it should accept any value) | y |
| spookyhash128_v1 | 128 | *seed | | n |
| spookyhash128_v2 | 128 | *seed | | n |
| spookyhash64_v1 | 64 | *seed | | n |