summaryrefslogtreecommitdiffstats
path: root/lib/blocks.go
Commit message (Expand)AuthorAgeFilesLines
* update name in copyrightsiddharth ravikumar2022-05-231-1/+1
* copyright: rsiddharth -> siddharthsiddharth2021-11-201-1/+1
* lib: update Pkcs7PaddingUndo, AESDecryptCBCrsiddharth2021-02-111-3/+3
* lib: update Pkcs7PaddingUndorsiddharth2021-01-261-1/+10
* lib: add HasConsecutiveMatchingBlocksrsiddharth2021-01-121-0/+14
* lib/blocks: rename CipherIsECB -> CipherUsesECBrsiddharth2020-12-121-1/+1
* lib/blocks: BlockIsECB -> CipherIsECBrsiddharth2020-12-091-1/+1
* lib/blocks: add Pkcs7PaddingUndorsiddharth2020-12-091-0/+5
* lib/blocks: move isECB from ch. 8 in here as BlockIsECBrsiddharth2020-12-081-0/+23
* lib: blocks: add Pkcs7Paddingrsiddharth2020-11-281-0/+13
* lib: blocks: add BlocksEqualrsiddharth2020-11-251-0/+13
* lib: add BreakIntoBlocksrsiddharth2020-09-061-1/+1
* lib: add TransposeBlocksrsiddharth2020-09-061-0/+17
* lib: add BreakIntoBlocksrsiddharth2020-09-061-0/+32