Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |