aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/crypter.h
Commit message (Expand)AuthorAgeFilesLines
* [tools] Add wallet inspection and modification toolJonas Schnelli2019-01-301-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Refactors `keystore.h` type aliases.2512018-07-121-0/+2
* Add locking annotations for variables guarded by cs_KeyStorepracticalswift2018-04-291-2/+2
* tests: Avoid test suite name collision in wallet crypto_testsMarcoFalke2018-04-061-2/+2
* tests: Rename test suits not following the test suite naming conventionpracticalswift2018-03-191-2/+2
* 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
* Merge #11272: CKeystore/CCrypter: move relevant implementation out of the headerWladimir J. van der Laan2017-11-091-40/+4
|\
| * CCrypter: move relevant implementation out of the headerJonas Schnelli2017-10-041-40/+4
* | Merge #11107: Fix races in AppInitMain and others with lock and atomic boolsMarcoFalke2017-10-051-1/+3
|\ \ | |/ |/|
| * Make fUseCrypto atomicMeshCollider2017-09-101-1/+3
* | Merge #10916: add missing lock to crypter GetKeys()Wladimir J. van der Laan2017-09-071-14/+12
|\ \ | |/ |/|
| * add missing lock to crypter GetKeys()Marko Bencun2017-07-231-0/+1
| * keystore GetKeys(): return result instead of writing to referenceMarko Bencun2017-07-231-14/+11
* | Remove vchDefaultKey and have better first run detectionAndrew Chow2017-08-151-1/+1
|/
* Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-5/+5
* Remove unnecessary forward class declarations in header filespracticalswift2017-06-121-2/+0
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Get rid of nType and nVersionPieter Wuille2016-11-071-1/+1
* wallet: Change CCrypter to use vectors with secure allocatorWladimir J. van der Laan2016-10-191-13/+6
* crypter: add tests for crypterCory Fields2016-05-131-0/+6
* crypter: add a BytesToKey clone to replace the use of opensslCory Fields2016-05-131-0/+2
* crypter: constify encrypt/decryptCory Fields2016-05-131-2/+2
* crypter: fix the stored initialization vector sizeCory Fields2016-05-131-1/+2
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* ensure consistent header comment naming conventionsPhilip Kaufmann2015-04-201-3/+3
* wallet: move crypter to walletCory Fields2015-03-221-0/+196