summaryrefslogtreecommitdiffstats
path: root/challenge
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* challenge: remove blank linesrsiddharth2021-02-249-12/+0
|
* lib: remove oracle.gorsiddharth2021-02-242-16/+45
| | | | Move functions into C12 and C14 where they're used.
* lib: remove OracleAESRandomEncryptrsiddharth2021-02-241-1/+33
| | | | Move function into C11 where it is used.
* lib: remove web.gorsiddharth2021-02-241-6/+82
| | | | Move all its functions to C13 where it is used.
* lib: RandomKey -> RandomBytesrsiddharth2021-02-241-2/+2
|
* challenge: ch17.go: don't use lib.OracleKey and lib.OracleIVrsiddharth2021-02-241-3/+10
|
* challenge/c16.go: refactorrsiddharth2021-02-241-69/+58
| | | | Keep everything inside C16
* challenge/c15.go: gofmtrsiddharth2021-02-241-0/+1
|
* challenge/c14.go: refactorrsiddharth2021-02-241-108/+103
| | | | Keep everything inside C14
* challenge/c13.go: gofmtrsiddharth2021-02-241-0/+1
|
* challenge/c12.go: refactorrsiddharth2021-02-242-81/+87
| | | | Keep everything inside C12
* challenge/c11.go: gofmtrsiddharth2021-02-241-0/+1
|
* challenge/c10.go: refactorrsiddharth2021-02-241-22/+12
| | | | Keep everything inside C10
* challenge/c09.go: gofmtrsiddharth2021-02-241-0/+1
|
* challenge/c08.go: refactorrsiddharth2021-02-241-210/+210
| | | | Keep everything inside C8
* challenge/c07.go: refactorrsiddharth2021-02-241-6/+6
| | | | Keep everything inside C7
* challenge/c06.go: refactorrsiddharth2021-02-241-98/+96
| | | | Keep everything inside C6
* challenge/c05.go: refactorrsiddharth2021-02-242-7/+5
| | | | Keep everything inside C5
* challenge/c04.go: refactorrsiddharth2021-02-241-35/+32
| | | | Keep everything inside C4