diff options
| author | ame <[email protected]> | 2024-04-04 13:41:45 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-04-04 13:41:45 -0500 |
| commit | ed04c58675cfaf41b14958141f13c6a94b2d1a23 (patch) | |
| tree | 56b4860c1348272415721791cc7c389708a8d29d /docs | |
| parent | fd53e87031d9a447fef0a87af3a00e7c6d4e51b3 (diff) | |
sha0+1
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/crypto.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/crypto.md b/docs/crypto.md index 0c9efbd..82d9e4e 100644 --- a/docs/crypto.md +++ b/docs/crypto.md @@ -15,8 +15,8 @@ remaining to fix (inc. variants): 15 |--|--|--|--|--| | adler32 | 32 | nil | | y | | bsdchecksum | 16 | nil | | y | -| sha0 | 160 | nil | insecure, use sha1| todo | -| sha1 | 160 | nil | | todo | +| sha0 | 160 | nil | insecure, use sha1| y | +| sha1 | 160 | nil | | y | | sha256 | 256 | nil | | todo | | sha224 | 224 | nil | | todo | | pearson | 8 | nil | use setpearson(table) to change the table, initial is 0..255| y | |
