summaryrefslogtreecommitdiffstats
path: root/lib/sha1.go
Commit message (Expand)AuthorAgeFilesLines
* lib: move common hashing functions to hash.gosiddharth2021-10-101-67/+1
* lib: refactor sha1 padding and hashingsiddharth2021-10-091-20/+30
* lib: update sha1Padsiddharth2021-10-091-32/+2
* lib: add MPPaddingsiddharth2021-10-091-0/+41
* lib: refactor sha1 implementationsiddharth2021-10-091-7/+23
* lib: Sha1MacVerifysiddharth2021-10-051-0/+6
* lib: add Sha1Macsiddharth2021-10-051-0/+5
* lib: implement sha1siddharth2021-09-261-0/+209