Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright: rsiddharth -> siddharth | siddharth | 2021-11-20 | 1 | -1/+1 |
| | |||||
* | lib: update Pkcs7PaddingUndo, AESDecryptCBC | rsiddharth | 2021-02-11 | 1 | -3/+3 |
| | | | | | Add error as the second return value to Pkcs7PaddingUndo and AESDecryptCBC. | ||||
* | lib: update Pkcs7PaddingUndo | rsiddharth | 2021-01-26 | 1 | -1/+10 |
| | | | | Add validation. | ||||
* | lib: add HasConsecutiveMatchingBlocks | rsiddharth | 2021-01-12 | 1 | -0/+14 |
| | |||||
* | lib/blocks: rename CipherIsECB -> CipherUsesECB | rsiddharth | 2020-12-12 | 1 | -1/+1 |
| | |||||
* | lib/blocks: BlockIsECB -> CipherIsECB | rsiddharth | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | lib/blocks: add Pkcs7PaddingUndo | rsiddharth | 2020-12-09 | 1 | -0/+5 |
| | |||||
* | lib/blocks: move isECB from ch. 8 in here as BlockIsECB | rsiddharth | 2020-12-08 | 1 | -0/+23 |
| | |||||
* | lib: blocks: add Pkcs7Padding | rsiddharth | 2020-11-28 | 1 | -0/+13 |
| | |||||
* | lib: blocks: add BlocksEqual | rsiddharth | 2020-11-25 | 1 | -0/+13 |
| | |||||
* | lib: add BreakIntoBlocks | rsiddharth | 2020-09-06 | 1 | -1/+1 |
| | | | | * lib/blocks.go (BreakIntoBlocks): Fix typo -- 8 -> keysize. | ||||
* | lib: add TransposeBlocks | rsiddharth | 2020-09-06 | 1 | -0/+17 |
| | | | | * lib/blocks.go (TransposeBlocks): New function. | ||||
* | lib: add BreakIntoBlocks | rsiddharth | 2020-09-06 | 1 | -0/+32 |
* lib/blocks.go (BreakIntoBlocks): New function. |