diff options
Diffstat (limited to 'docs/crypto.md')
| -rw-r--r-- | docs/crypto.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/crypto.md b/docs/crypto.md index f82a006..c988211 100644 --- a/docs/crypto.md +++ b/docs/crypto.md @@ -4,11 +4,6 @@ \* is optional
-sadly i didnt think about being able to update hashes, using the common init-update-final.
-this is a pretty big problem meaning the input must be given at once, this is better for passwords,
-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.
-
|name|out len|other args|extra|incremental|
|--|--|--|--|--|
| adler32 | 32 | nil | | y |
|
