| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | crypto: add AES 128/256 CBC classes | Cory Fields | 2016-05-13 | 1 | -0/+52 |
| | | | | | | | The output should always match openssl's, even for failed operations. Even for a decrypt with broken padding, the output is always deterministic (and attemtps to be constant-time). | ||||
| * | Add ctaes-based constant time AES implementation | Pieter Wuille | 2016-05-13 | 1 | -0/+66 |