Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: sha1MessageBlocks -> shaMessageBlocks | siddharth | 2022-03-05 | 1 | -2/+2 |
| | |||||
* | copyright: rsiddharth -> siddharth | siddharth | 2021-11-20 | 1 | -1/+1 |
| | |||||
* | lib: add HmacSha1 | siddharth | 2021-10-12 | 1 | -0/+25 |
| | |||||
* | lib: move around MDPadding | siddharth | 2021-10-12 | 1 | -42/+42 |
| | |||||
* | Revert "lib: move common hashing functions to hash.go" | siddharth | 2021-10-10 | 1 | -1/+67 |
| | | | | This reverts commit 15e142c3f12fd9228b69bcaf4a2703c9d8205d59. | ||||
* | lib: move sha arithmetic functions to hash.go | siddharth | 2021-10-10 | 1 | -27/+8 |
| | |||||
* | lib: move common hashing functions to hash.go | siddharth | 2021-10-10 | 1 | -67/+1 |
| | |||||
* | lib: refactor sha1 padding and hashing | siddharth | 2021-10-09 | 1 | -20/+30 |
| | | | | | Refactor so that the Sha1 message length can be fudged before the message is hashed; for use in challenge 29. | ||||
* | lib: update sha1Pad | siddharth | 2021-10-09 | 1 | -32/+2 |
| | | | | Use MDPadding for padding the message. | ||||
* | lib: add MPPadding | siddharth | 2021-10-09 | 1 | -0/+41 |
| | |||||
* | lib: refactor sha1 implementation | siddharth | 2021-10-09 | 1 | -7/+23 |
| | | | | Add ability to set initial hash values for Sha1 | ||||
* | lib: Sha1MacVerify | siddharth | 2021-10-05 | 1 | -0/+6 |
| | |||||
* | lib: add Sha1Mac | siddharth | 2021-10-05 | 1 | -0/+5 |
| | |||||
* | lib: implement sha1 | siddharth | 2021-09-26 | 1 | -0/+209 |