aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/crypter.h
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-12Refactors `keystore.h` type aliases.251
2018-04-29Add locking annotations for variables guarded by cs_KeyStorepracticalswift
2018-04-06tests: Avoid test suite name collision in wallet crypto_testsMarcoFalke
2018-03-19tests: Rename test suits not following the test suite naming conventionpracticalswift
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-09Merge #11272: CKeystore/CCrypter: move relevant implementation out of the headerWladimir J. van der Laan
2017-10-05Merge #11107: Fix races in AppInitMain and others with lock and atomic boolsMarcoFalke
2017-10-04CCrypter: move relevant implementation out of the headerJonas Schnelli
2017-09-10Make fUseCrypto atomicMeshCollider
2017-09-07Merge #10916: add missing lock to crypter GetKeys()Wladimir J. van der Laan
2017-08-15Remove vchDefaultKey and have better first run detectionAndrew Chow
2017-07-23add missing lock to crypter GetKeys()Marko Bencun
2017-07-23keystore GetKeys(): return result instead of writing to referenceMarko Bencun
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