Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | challenge: do challenge 2 | rsiddharth | 2020-08-29 | 2 | -0/+29 |
| | | | | | | | * challenge/c02.go: Challenge 2 snafu. * cryptopals.go: Add challenge 2. * enc/hex.go (DecToHexChar): New function. * enc/xor.go (FixedXOR): New function. | ||||
* | enc: fromHexChar -> HexCharToDec | rsiddharth | 2020-08-29 | 2 | -15/+19 |
| | | | | | * enc/b64.go (fromHexChar): Move and rename this function to... * enc/hex.go (HexCharToDec): ...this. | ||||
* | enc: update HexToBase64 | rsiddharth | 2020-08-29 | 1 | -1/+3 |
| | | | | Ensure lines are < 80 columns | ||||
* | enc/b64.go: fromHexChar: update doc string | rsiddharth | 2020-08-26 | 1 | -1/+1 |
| | |||||
* | add LICENSE | rsiddharth | 2020-08-26 | 1 | -0/+3 |
| | |||||
* | enc/b64.go: flesh it out | rsiddharth | 2020-08-26 | 1 | -0/+31 |
| | |||||
* | initial commit | rsiddharth | 2020-08-22 | 1 | -0/+0 |