summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* challenge: do challenge 33siddharth2021-11-212-0/+54
|
* lib: implement diffie-hellmansiddharth2021-11-212-0/+77
|
* copyright: rsiddharth -> siddharthsiddharth2021-11-2053-53/+53
|
* README.md: update statussiddharth2021-10-171-1/+1
|
* challenge: do challenge 32siddharth2021-10-172-0/+175
|
* challenge: do challenge 31siddharth2021-10-162-0/+175
|
* lib: add Sleepsiddharth2021-10-161-0/+5
|
* lib: fix HexStrToBytessiddharth2021-10-161-1/+1
|
* lib: add HmacSha1siddharth2021-10-122-0/+116
|
* lib: move around MDPaddingsiddharth2021-10-121-42/+42
|
* challenge: do challenge 30siddharth2021-10-112-0/+78
|
* lib: add BytesToUint32sLittleEndiansiddharth2021-10-111-0/+22
|
* lib: add Mac and MacVerify for md4siddharth2021-10-112-0/+33
|
* lib: md4Padding -> Md4Paddingsiddharth2021-10-111-2/+2
|
* lib: implement md4siddharth2021-10-102-0/+311
|
* Revert "lib: move common hashing functions to hash.go"siddharth2021-10-102-68/+67
| | | | This reverts commit 15e142c3f12fd9228b69bcaf4a2703c9d8205d59.
* lib: move sha arithmetic functions to hash.gosiddharth2021-10-102-27/+27
|
* lib: sha_test: reformat import statementsiddharth2021-10-101-3/+1
|
* lib: add test for sha1siddharth2021-10-102-0/+50
|
* lib: move common hashing functions to hash.gosiddharth2021-10-102-67/+72
|
* lib: update HexStrToAsciiStrsiddharth2021-10-101-2/+2
| | | | Convert uint16 to byte before converting it to a string.
* challenge: do challenge 29siddharth2021-10-092-0/+78
|
* lib: refactor sha1 padding and hashingsiddharth2021-10-091-20/+30
| | | | | Refactor so that the Sha1 message length can be fudged before the message is hashed; for use in challenge 29.
* lib: update sha1Padsiddharth2021-10-091-32/+2
| | | | Use MDPadding for padding the message.
* lib: add MPPaddingsiddharth2021-10-091-0/+41
|
* challenge: fix C28siddharth2021-10-091-0/+1
| | | | Init sha1.
* lib: add BytesToUint32ssiddharth2021-10-091-0/+22
|
* lib: refactor sha1 implementationsiddharth2021-10-092-10/+29
| | | | Add ability to set initial hash values for Sha1
* challenge: do challenge 28siddharth2021-10-052-0/+61
|
* lib: Sha1MacVerifysiddharth2021-10-051-0/+6
|
* lib: add Sha1Macsiddharth2021-10-051-0/+5
|
* lib: implement sha1siddharth2021-09-261-0/+209
|
* challenge: do challenge 27siddharth2021-09-192-0/+89
|
* lib: CPError.err -> CPError.Errsiddharth2021-09-191-2/+2
|
* lib: aesInvCipher -> AESInvCiphersiddharth2021-09-191-3/+3
|
* challenge: do challenge 26siddharth2021-09-172-0/+97
|
* challenge: do challenge 25siddharth2021-09-122-0/+236
|
* lib/rng.go: remove blank linesiddharth2021-09-121-1/+0
|
* lib: aesCipher -> AESCiphersiddharth2021-09-121-4/+4
|
* lib: remove MTTokensiddharth2021-09-091-23/+0
|
* challenge: refactor C24siddharth2021-09-091-19/+42
|
* README.md: update progresssiddharth2021-09-041-1/+1
|
* challenge: go fmtsiddharth2021-09-041-14/+14
|
* challenge: C24: implement part 2siddharth2021-09-041-0/+21
|
* lib: MTPasswordResetToken -> MTTokensiddharth2021-09-041-1/+3
|
* challenge: C24: fix if blocksiddharth2021-09-041-1/+1
|
* lib: MTPpasswordResetTokensiddharth2021-09-041-0/+22
|
* challenge: do challenge 24, part 1siddharth2021-09-042-0/+52
|
* lib: add MTXORStreamsiddharth2021-09-041-0/+49
|
* lib: add BytesEqualsiddharth2021-09-041-0/+4
|