| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* lib/b64.go (stripSpaceChars): Move to...
* lib/str.go (stripSpaceChars): ...here.
|
|
|
|
|
|
| |
* lib/b64.go (Base64ToBytes): New function.
lib/b64.go
|
|
|
|
| |
* lib/b64.go (index): New function.
|
|
|
|
| |
* lib/b64.go (stripSpaceChars): New function.
|
|
|
|
|
| |
* lib/b64.go (HexToBase64): Use hex instead of base 2 for the second
AND to get the last 6 bits.
|
|
* 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
|