aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/aes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* crypto: add AES 128/256 CBC classesCory Fields2016-05-131-0/+144
| | | | | | 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 implementationPieter Wuille2016-05-131-0/+73