Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/aes: add OracleAESEncryptECB | rsiddharth | 2020-12-13 | 1 | -0/+18 |
* | lib/blocks: rename CipherIsECB -> CipherUsesECB | rsiddharth | 2020-12-12 | 1 | -1/+1 |
* | lib/blocks: BlockIsECB -> CipherIsECB | rsiddharth | 2020-12-09 | 1 | -1/+1 |
* | lib/oracle.go: add OracleAESRandomEncrypt | rsiddharth | 2020-12-09 | 1 | -0/+68 |
* | lib/aes: update AESEncryptCBC | rsiddharth | 2020-12-09 | 1 | -0/+7 |
* | lib/aes: update AESEncryptECB | rsiddharth | 2020-12-09 | 1 | -0/+7 |
* | lib/aes: update AESEncrryptECB | rsiddharth | 2020-12-09 | 1 | -3/+3 |
* | 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/hex: add PrettifyHexStr | rsiddharth | 2020-12-06 | 1 | -0/+12 |
* | lib/hex: update BytesToHexStr | rsiddharth | 2020-12-06 | 1 | -1/+1 |
* | lib/aes: add AESEncryptCBC | rsiddharth | 2020-12-06 | 1 | -1/+17 |
* | lib/aes: add AESEncryptECB | rsiddharth | 2020-12-06 | 1 | -0/+14 |
* | lib/aes: add aesCipher | rsiddharth | 2020-12-06 | 1 | -0/+36 |
* | lib/aes: add aesMixColumns | rsiddharth | 2020-12-06 | 1 | -0/+19 |
* | lib/aes: add aesSubBytes | rsiddharth | 2020-12-06 | 1 | -0/+13 |
* | lib/aes: add aesShiftRows | rsiddharth | 2020-12-06 | 1 | -0/+14 |
* | lib/aes: AESDecrypt -> AESDecryptECB | rsiddharth | 2020-12-05 | 1 | -1/+1 |
* | lib/hex: add HexStrToBytes | rsiddharth | 2020-12-05 | 1 | -0/+19 |
* | lib/aes.go: add AESDecryptCBC | rsiddharth | 2020-12-05 | 1 | -0/+16 |
* | lib: blocks: add Pkcs7Padding | rsiddharth | 2020-11-28 | 1 | -0/+13 |
* | lib: blocks: add BlocksEqual | rsiddharth | 2020-11-25 | 1 | -0/+13 |
* | lib: aes: fix AESDecrypt | rsiddharth | 2020-11-23 | 1 | -1/+1 |
* | lib: aes: add 'aes' prefix to AES related functions | rsiddharth | 2020-11-22 | 1 | -21/+21 |
* | lib: str: add BytesToStr | rsiddharth | 2020-11-22 | 1 | -0/+8 |
* | lib: str: add StrToBytes | rsiddharth | 2020-11-22 | 1 | -0/+8 |
* | lib: aes: add AESDecrypt | rsiddharth | 2020-11-22 | 1 | -0/+13 |
* | lib: aes: add AESInvCipher | rsiddharth | 2020-11-22 | 1 | -0/+34 |
* | lib: aes: add InvMixColumns | rsiddharth | 2020-11-22 | 1 | -0/+19 |
* | lib: gf: fix GFMultiply | rsiddharth | 2020-11-22 | 1 | -2/+2 |
* | lib: aes: add InvSubBytes | rsiddharth | 2020-11-21 | 1 | -0/+33 |
* | lib: aes: add InvShiftRows | rsiddharth | 2020-11-21 | 1 | -0/+13 |
* | lib: aes: add AddRoundKey | rsiddharth | 2020-11-17 | 1 | -0/+24 |
* | lib: update MkState docstring | rsiddharth | 2020-11-17 | 1 | -1/+1 |
* | lib: add MkState | rsiddharth | 2020-11-16 | 1 | -0/+17 |
* | lib/aes.go: fix KeyExpansion docstring | rsiddharth | 2020-11-16 | 1 | -1/+1 |
* | lib/aes.go: add KeyExpansion | rsiddharth | 2020-11-14 | 1 | -0/+97 |
* | lib: add BytesToHexStr | rsiddharth | 2020-11-14 | 1 | -0/+9 |
* | lib: add GFMultiply | rsiddharth | 2020-11-08 | 1 | -0/+128 |
* | lib: AlphaScore -> AlphaPunchScore | rsiddharth | 2020-09-06 | 1 | -1/+1 |
* | lib: isAlpha -> isAlphaPunch | rsiddharth | 2020-09-06 | 1 | -2/+3 |
* | lib: remove genKey | rsiddharth | 2020-09-06 | 1 | -14/+0 |
* | lib: update KeySizeWithMinDistance | rsiddharth | 2020-09-06 | 1 | -3/+3 |
* | lib: remove KeySizeWithMinDistanceIter | rsiddharth | 2020-09-06 | 1 | -15/+0 |
* | lib: add BreakIntoBlocks | rsiddharth | 2020-09-06 | 1 | -1/+1 |
* | lib: update XORCrackSingleKey | rsiddharth | 2020-09-06 | 1 | -5/+5 |
* | lib: update isAlpha | rsiddharth | 2020-09-06 | 1 | -0/+6 |