aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/haval
Commit message (Expand)AuthorAgeFilesLines
* Strip unneeded semicolonsgingerBill2022-01-251-15/+15
* `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...gingerBill2022-01-151-1/+1
* Extended crypto API by variants that write the result into a destination buff...zhibog2021-12-311-106/+458
* Removed context switching system from the crypto library to simplify the codezhibog2021-11-091-478/+583
* Fix order of operations to make it correct and work with -o:speed flafzhibog2021-11-071-3/+3
* Remove the read_entire_file from the crypto utils and now use the one within ...zhibog2021-10-161-5/+5
* Improved API. hash_file procs now just take a file handle instead of a pathzhibog2021-10-151-105/+90
* Add crypto library. Additional information is included in the README.mdzhibog2021-10-141-0/+1372