aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/blake
Commit message (Collapse)AuthorAgeFilesLines
* core/crypto/blake: Remove, use BLAKE2b/BLAKE2sYawning Angel2023-11-171-726/+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/+117
| | | | buffer, instead of returning it
* Removed context switching system from the crypto library to simplify the codezhibog2021-11-091-486/+289
|
* Remove the read_entire_file from the crypto utils and now use the one within ↵zhibog2021-10-161-5/+4
| | | | core:os
* Improved API. hash_file procs now just take a file handle instead of a pathzhibog2021-10-151-52/+41
|
* Add crypto library. Additional information is included in the README.mdzhibog2021-10-141-0/+846