Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename package enc -> hex | rsiddharth | 2020-08-29 | 1 | -24/+0 |
| | | | | | | | | | * Makefile (fmt): fmt lib instead of enc * challenge/c01.go: Use lib instead of enc * challenge/c02.go: Use lib instead of enc * enc/b64.go -> lib/b64.go * enc/hex.go -> lib/hex.go * enc/xor.go -> lib/xor.go | ||||
* | enc: fromHexChar -> HexCharToDec | rsiddharth | 2020-08-29 | 1 | -15/+3 |
| | | | | | * 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 |