Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: BytesToHexStr -> AsciiStrToHexStr | rsiddharth | 2020-08-31 | 1 | -1/+1 |
| | | | | | | * challenge/c05.go (C5): Change BytesToHexStr call to AsciiStrToHexStr * lib/hex.go (BytesToHexStr): Rename to... (AsciiStrToHexStr): ...this. Change argument to string. | ||||
* | challenge: do challenge 5 | rsiddharth | 2020-08-30 | 1 | -0/+21 |
* challenge/c05.go: Implement challenge 5. * cryptopals.go (main): Add handling to run challenge 5. * lib/hex.go (BytesToHexStr): New function. * lib/xor.go (RepeatingXOR): New function. |