Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: add OracleIV | rsiddharth | 2021-02-21 | 1 | -0/+6 |
| | |||||
* | lib: oracleKey -> OracleKey | rsiddharth | 2021-02-11 | 1 | -4/+4 |
| | |||||
* | lib: randomInt -> RandomInt | rsiddharth | 2021-02-11 | 1 | -4/+4 |
| | |||||
* | challenge: do challenge 14 | rsiddharth | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | lib: add OracleAESVarEncryptECB | rsiddharth | 2021-01-12 | 1 | -0/+6 |
| | | | | For challenge 14. This will be used as the `AES-128-ECB` function. | ||||
* | lib: add oracleRandom | rsiddharth | 2021-01-12 | 1 | -0/+6 |
| | | | | For challenge 14. This will be used as the `random-prefix`. | ||||
* | lib: update randomBytes | rsiddharth | 2021-01-12 | 1 | -14/+2 |
| | | | | Use randomInt to get the random byte array length. | ||||
* | lib: add randomInt | rsiddharth | 2021-01-12 | 1 | -0/+19 |
| | |||||
* | lib/aes: add OracleAESEncryptECB | rsiddharth | 2020-12-13 | 1 | -0/+18 |
| | |||||
* | lib/oracle.go: add OracleAESRandomEncrypt | rsiddharth | 2020-12-09 | 1 | -0/+68 |