aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/aes.h
AgeCommit message (Collapse)Author
2016-05-13crypto: add AES 128/256 CBC classesCory Fields
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).
2016-05-13Add ctaes-based constant time AES implementationPieter Wuille