summaryrefslogtreecommitdiffstats
path: root/enc/hex.go
Commit message (Collapse)AuthorAgeFilesLines
* challenge: do challenge 2rsiddharth2020-08-291-0/+10
| | | | | | | * 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 -> HexCharToDecrsiddharth2020-08-291-0/+16
* enc/b64.go (fromHexChar): Move and rename this function to... * enc/hex.go (HexCharToDec): ...this.