summaryrefslogtreecommitdiffstats
path: root/challenge
Commit message (Collapse)AuthorAgeFilesLines
* challenge: do challenge 41HEADv0.41.0mastersiddharth ravikumar2023-04-081-0/+73
|
* challenge: update `C39`siddharth ravikumar2022-11-251-0/+1
| | | | Immediately return when rsa key generation fails.
* challenge: do challenge 40v0.40.0siddharth ravikumar2022-11-251-0/+82
|
* challenge: fix go vet warningssiddharth ravikumar2022-11-114-21/+21
|
* challenge: do challenge 39v0.39.0siddharth ravikumar2022-08-141-0/+53
|
* challenge: do challenge 38v0.38.0siddharth ravikumar2022-07-231-1/+243
|
* challenge: c38: implement simplified srpsiddharth ravikumar2022-06-301-0/+450
|
* challenge: do challenge 37v0.37.0siddharth ravikumar2022-05-301-0/+554
|
* update name in copyrightsiddharth ravikumar2022-05-2336-36/+36
| | | | Use full name.
* challenge: finish challenge 36v0.36.0siddharth2022-05-141-0/+29
|
* challeng: c36: implement logoutsiddharth2022-05-141-3/+64
|
* challeng: c36: implement loginsiddharth2022-05-141-2/+184
|
* challenge: c36: implement srp registrationsiddharth2022-04-301-0/+202
|
* challenge: do challenge 35 - part iisiddharth2022-02-201-1/+339
|
* challenge: do challenge 35 part isiddharth2022-01-291-0/+358
| | | | Mostly adapted from challenge 34
* challenge: update challenge 34v0.34.0siddharth2022-01-211-2/+8
| | | | | Use sha1 of the session key as the key for encryption/decryption instead of the session key itself.
* challenge: do challenge 34 part iisiddharth2022-01-201-17/+252
|
* challenge: do challenge 34 - part isiddharth2022-01-171-0/+315
|
* challenge: do challenge 33siddharth2021-11-211-0/+52
|
* copyright: rsiddharth -> siddharthsiddharth2021-11-2032-32/+32
|
* challenge: do challenge 32siddharth2021-10-171-0/+173
|
* challenge: do challenge 31siddharth2021-10-161-0/+172
|
* challenge: do challenge 30siddharth2021-10-111-0/+76
|
* challenge: do challenge 29siddharth2021-10-091-0/+76
|
* challenge: fix C28siddharth2021-10-091-0/+1
| | | | Init sha1.
* lib: refactor sha1 implementationsiddharth2021-10-091-3/+6
| | | | Add ability to set initial hash values for Sha1
* challenge: do challenge 28siddharth2021-10-051-0/+59
|
* challenge: do challenge 27siddharth2021-09-191-0/+87
|
* challenge: do challenge 26siddharth2021-09-171-0/+95
|
* challenge: do challenge 25siddharth2021-09-121-0/+234
|
* challenge: refactor C24siddharth2021-09-091-19/+42
|
* challenge: go fmtsiddharth2021-09-041-14/+14
|
* challenge: C24: implement part 2siddharth2021-09-041-0/+21
|
* challenge: C24: fix if blocksiddharth2021-09-041-1/+1
|
* challenge: do challenge 24, part 1siddharth2021-09-041-0/+50
|
* challenge: do challenge 23siddharth2021-08-181-0/+660
|
* challenge: update C22siddharth2021-08-171-4/+5
| | | | Use MTRand.Extract and MTRand.Seed instead of MTExtact and MTSeed.
* challenge: update C21siddharth2021-08-171-1/+2
| | | | Use MTRand instead of MTExtact.
* challenge: do challenge 22siddharth2021-07-011-0/+56
|
* challenge/c21: add outputsiddharth2021-06-271-0/+125
|
* challenge: do challenge 21siddharth2021-06-271-0/+16
|
* challenge/c20.go: update outputsiddharth2021-06-201-60/+60
|
* challenge: do challenge 20siddharth2021-06-191-0/+207
|
* lib: add PrintableAscii, AsciiScoressiddharth2021-06-191-23/+2
| | | | Extracted from challenge 19
* lib: update RepeatingXORsiddharth2021-06-192-10/+10
| | | | | | - Change input type to []byte. - Change retur type to []byte. - Update RepeatingXOR calls in challenge 5 an 6.
* challenge/c19: update commentsiddharth2021-06-061-1/+1
|
* challenge: do challenge 19siddharth2021-06-061-0/+216
|
* lib: add AESGenCTRFuncrsiddharth2021-03-031-23/+1
|
* challenge: do challenge 18rsiddharth2021-03-011-0/+47
|
* challenge/c16.go: use lib.RandomBytes to generate keyrsiddharth2021-02-271-3/+1
|