aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/ripemd
Commit message (Collapse)AuthorAgeFilesLines
* core/crypto/ripemd: Remove, historical/exoticYawning Angel2023-11-171-919/+0
|
* Just make the `io.Reader` etc aliasesgingerBill2023-06-081-4/+4
|
* Update to new io interfacegingerBill2023-06-081-4/+4
|
* Strip unneeded semicolonsgingerBill2022-01-251-4/+4
|
* Extended crypto API by variants that write the result into a destination ↵zhibog2021-12-311-28/+113
| | | | buffer, instead of returning it
* Removed context switching system from the crypto library to simplify the codezhibog2021-11-091-416/+202
|
* Remove the read_entire_file from the crypto utils and now use the one within ↵zhibog2021-10-161-4/+4
| | | | core:os
* Improved API. hash_file procs now just take a file handle instead of a pathzhibog2021-10-151-52/+40
|
* Add crypto library. Additional information is included in the README.mdzhibog2021-10-141-0/+1060