summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: aes: add AddRoundKeyrsiddharth2020-11-171-0/+24
* lib: update MkState docstringrsiddharth2020-11-171-1/+1
* lib: add MkStatersiddharth2020-11-161-0/+17
* lib/aes.go: fix KeyExpansion docstringrsiddharth2020-11-161-1/+1
* README.md: add current statusrsiddharth2020-11-141-0/+2
* lib/aes.go: add KeyExpansionrsiddharth2020-11-141-0/+97
* lib: add BytesToHexStrrsiddharth2020-11-141-0/+9
* lib: add GFMultiplyrsiddharth2020-11-081-0/+128
* Makefile: 'build' and 'fmt' are phonyrsiddharth2020-11-081-0/+2
* update mainrsiddharth2020-09-061-0/+2
* challenge: do challenge 6rsiddharth2020-09-061-0/+122
* lib: AlphaScore -> AlphaPunchScorersiddharth2020-09-061-1/+1
* lib: isAlpha -> isAlphaPunchrsiddharth2020-09-061-2/+3
* lib: remove genKeyrsiddharth2020-09-061-14/+0
* lib: update KeySizeWithMinDistancersiddharth2020-09-061-3/+3
* lib: remove KeySizeWithMinDistanceIterrsiddharth2020-09-061-15/+0
* lib: add BreakIntoBlocksrsiddharth2020-09-061-1/+1
* lib: update XORCrackSingleKeyrsiddharth2020-09-061-5/+5
* lib: update isAlpharsiddharth2020-09-061-0/+6
* lib: add FillBytesrsiddharth2020-09-061-0/+11
* lib: add FixedXORBytesrsiddharth2020-09-061-0/+12
* lib: add TransposeBlocksrsiddharth2020-09-061-0/+17
* lib: add BreakIntoBlocksrsiddharth2020-09-061-0/+32
* lib: add AlphaScorersiddharth2020-09-051-0/+10
* lib: add isAlpharsiddharth2020-09-051-0/+10
* lib: move around stripSpaceCharsrsiddharth2020-09-052-15/+15
* lib: add Base64ToBytesrsiddharth2020-09-051-0/+32
* lib: add indexrsiddharth2020-09-051-0/+10
* lib: add stripSpaceCharsrsiddharth2020-09-051-0/+15
* lib: add KeySizeWithMinDistanceIterrsiddharth2020-09-051-0/+14
* lib: add KeySizeWithMinDistancersiddharth2020-09-051-0/+23
* lib: update HammingDistancersiddharth2020-09-051-1/+1
* lib: add genKeyrsiddharth2020-09-051-0/+14
* lib: add HammingDistancersiddharth2020-09-041-0/+27
* LICENSE: ISC -> my namersiddharth2020-08-311-7/+8
* lib/hex.go: update ByteToHexStrrsiddharth2020-08-311-10/+10
* lib: BytesToHexStr -> AsciiStrToHexStrrsiddharth2020-08-312-3/+4
* README.md: update runningrsiddharth2020-08-301-1/+1
* README.md: update runningrsiddharth2020-08-301-2/+8
* README.md: remove building; update runningrsiddharth2020-08-301-10/+4
* README.md: update buildingrsiddharth2020-08-301-1/+1
* go.mod: go: change to 1.11rsiddharth2020-08-301-1/+1
* lib: update HexToBase64rsiddharth2020-08-301-1/+1
* challenge: do challenge 5rsiddharth2020-08-304-0/+65
* challenge/c04.go: add licensersiddharth2020-08-301-0/+3
* README.md: update main blurbrsiddharth2020-08-301-2/+3
* challenge: do challenge 4rsiddharth2020-08-302-0/+365
* README.md: . -> , in main blurbrsiddharth2020-08-291-1/+1
* challenge: do challenge 3rsiddharth2020-08-295-0/+119
* lib/xor.go: FixedXOR: add doc string.rsiddharth2020-08-291-0/+1