aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/crypter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* wallet: Change CCrypter to use vectors with secure allocatorWladimir J. van der Laan2016-10-191-7/+7
* crypter: add a BytesToKey clone to replace the use of opensslCory Fields2016-05-131-4/+29
* crypter: hook up the new aes cbc classesCory Fields2016-05-131-31/+14
* crypter: constify encrypt/decryptCory Fields2016-05-131-2/+2
* crypter: fix the stored initialization vector sizeCory Fields2016-05-131-5/+5
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Merge pull request #6415Wladimir J. van der Laan2015-08-141-1/+3
|\
| * Add logic to track pubkeys as watch-only, not just scriptsMatt Corallo2015-07-201-1/+3
* | Make sure LogPrintf strings are line-terminatedWladimir J. van der Laan2015-08-031-1/+1
|/
* wallet: move crypter to walletCory Fields2015-03-221-0/+292