Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |