aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/crypter.h
AgeCommit message (Expand)Author
2017-08-15Remove vchDefaultKey and have better first run detectionAndrew Chow
2017-06-28Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift
2017-06-12Remove unnecessary forward class declarations in header filespracticalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-10-19wallet: Change CCrypter to use vectors with secure allocatorWladimir J. van der Laan
2016-05-13crypter: add tests for crypterCory Fields
2016-05-13crypter: add a BytesToKey clone to replace the use of opensslCory Fields
2016-05-13crypter: constify encrypt/decryptCory Fields
2016-05-13crypter: fix the stored initialization vector sizeCory Fields
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-04-20ensure consistent header comment naming conventionsPhilip Kaufmann
2015-03-22wallet: move crypter to walletCory Fields