aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/sha3
Commit message (Expand)AuthorAgeFilesLines
* core/crypto/_sha3: Cleanups, prepare for cSHAKEYawning Angel2024-03-041-0/+1
* core/crypto: Expose the block sizes for every hash algorithmYawning Angel2024-02-071-0/+9
* core/crypto: Documentation cleanupsYawning Angel2024-02-071-4/+28
* core:crypto/hash: Add a generic higher level hash interfaceYawning Angel2024-02-071-324/+23
* core/crypto/sha3: API cleanupYawning Angel2023-11-171-52/+60
* core/crypto: Add more assertions to the low level APIYawning Angel2023-11-171-1/+1
* core/crypto: Change hash asserts to panicsYawning Angel2023-11-171-17/+1
* core/crypto/sha3: odinfmt (NFC)Yawning Angel2023-11-171-180/+192
* 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 buff...zhibog2021-12-311-36/+125
* Removed context switching system from the crypto library to simplify the codezhibog2021-11-091-284/+127
* Remove the read_entire_file from the crypto utils and now use the one within ...zhibog2021-10-161-5/+4
* 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/+440