Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: add StrToNum | siddharth | 2022-01-17 | 1 | -0/+28 |
| | |||||
* | copyright: rsiddharth -> siddharth | siddharth | 2021-11-20 | 1 | -1/+1 |
| | |||||
* | lib: update AlphaPunchScore | siddharth | 2021-06-19 | 1 | -20/+1 |
| | | | | | - Use AsciiScores for scores - Remove isAlphaPunch | ||||
* | lib: add PrintableAscii, AsciiScores | siddharth | 2021-06-19 | 1 | -0/+27 |
| | | | | Extracted from challenge 19 | ||||
* | lib: add ByteToUpper | rsiddharth | 2021-03-06 | 1 | -5/+9 |
| | |||||
* | lib: add StrHas | rsiddharth | 2021-01-30 | 1 | -0/+10 |
| | |||||
* | lib: update StripSpaceChars | rsiddharth | 2021-01-30 | 1 | -0/+3 |
| | | | | strip 'NUL' character too. | ||||
* | lib: stripSpaceChars -> StripSpaceChars | rsiddharth | 2021-01-30 | 1 | -1/+1 |
| | |||||
* | lib: add StrToUpper | rsiddharth | 2021-01-27 | 1 | -0/+12 |
| | |||||
* | lib/str: add StrSplitAt | rsiddharth | 2020-12-20 | 1 | -0/+17 |
| | |||||
* | lib/str: add NumToStr | rsiddharth | 2020-12-20 | 1 | -0/+9 |
| | |||||
* | lib/str: add NumToChar | rsiddharth | 2020-12-20 | 1 | -0/+8 |
| | |||||
* | lib: str: add BytesToStr | rsiddharth | 2020-11-22 | 1 | -0/+8 |
| | |||||
* | lib: str: add StrToBytes | rsiddharth | 2020-11-22 | 1 | -0/+8 |
| | |||||
* | lib: AlphaScore -> AlphaPunchScore | rsiddharth | 2020-09-06 | 1 | -1/+1 |
| | | | | | * lib/str.go (AlphaScore): Rename to... (AlphaPunchScore): ...this. | ||||
* | lib: isAlpha -> isAlphaPunch | rsiddharth | 2020-09-06 | 1 | -2/+3 |
| | | | | | | * lib/str.go (isAlpha): Rename to... (isAlphaPunch): ...this. (AlphaScore): change isAlpha call to isAlphaPunch call. | ||||
* | lib: update isAlpha | rsiddharth | 2020-09-06 | 1 | -0/+6 |
| | | | | * lib/str.go (isAlpha): Add common punctuation. | ||||
* | lib: add FillBytes | rsiddharth | 2020-09-06 | 1 | -0/+11 |
| | | | | * lib/str.go (FillBytes): New function. | ||||
* | lib: add AlphaScore | rsiddharth | 2020-09-05 | 1 | -0/+10 |
| | | | | * lib/str.go (AlphaScore): New function. | ||||
* | lib: add isAlpha | rsiddharth | 2020-09-05 | 1 | -0/+10 |
| | | | | * lib/str.go (isAlpha): New function. | ||||
* | lib: move around stripSpaceChars | rsiddharth | 2020-09-05 | 1 | -0/+15 |
| | | | | | * lib/b64.go (stripSpaceChars): Move to... * lib/str.go (stripSpaceChars): ...here. | ||||
* | challenge: do challenge 3 | rsiddharth | 2020-08-29 | 1 | -0/+15 |
* challenge/c03.go: Implement challenge 3 * cryptopals.go (main): Add handling to run challenge 3 * lib/brute.go (XORCrackSingleKey): New function. * lib/hex.go (HexStrToAsciiStr, ByteToHexStr): New functions. * lib/str.go (FillStr): New function. |