aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/aes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* Limit variable scopepracticalswift2017-06-051-2/+1
* crypto: add AES 128/256 CBC classesCory Fields2016-05-131-0/+144
* Add ctaes-based constant time AES implementationPieter Wuille2016-05-131-0/+73