Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test] Remove dummy initialisation vector for ECB-mode AES tests | Michael Brown | 2024-02-07 | 1 | -8/+3 |
* | [crypto] Add concept of authentication tag to cipher algorithms | Michael Brown | 2022-10-25 | 1 | -6/+6 |
* | [crypto] Add concept of additional data to cipher algorithms | Michael Brown | 2022-10-25 | 1 | -6/+6 |
* | [test] Add NIST self-tests for AES192 in ECB and CBC modes | Michael Brown | 2015-07-27 | 1 | -1/+33 |
* | [test] Add NIST self-tests for AES128 and AES256 in ECB mode | Michael Brown | 2015-07-27 | 1 | -0/+38 |
* | [test] Define shortcuts for frequently-used NIST AES test vectors | Michael Brown | 2015-07-27 | 1 | -25/+30 |
* | [test] Generalise cipher tests and use okx() | Michael Brown | 2015-07-27 | 1 | -0/+118 |