| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
| |
* challenge/c02.go: Challenge 2 snafu.
* cryptopals.go: Add challenge 2.
* enc/hex.go (DecToHexChar): New function.
* enc/xor.go (FixedXOR): New function.
|
|
|
|
|
| |
* enc/b64.go (fromHexChar): Move and rename this function to...
* enc/hex.go (HexCharToDec): ...this.
|
|
|
|
| |
Ensure lines are < 80 columns
|
| |
|
| |
|
| |
|
|
|