lbrycrd/src/wallet
Cory Fields 34ed64a404 crypter: add tests for crypter
Verify that results correct (match known values), consistent (encrypt->decrypt
matches the original), and compatible with the previous openssl implementation.

Also check that failed encrypts/decrypts fail the exact same way as openssl.
2016-05-13 10:23:04 +02:00
..
test crypter: add tests for crypter 2016-05-13 10:23:04 +02:00
crypter.cpp crypter: add a BytesToKey clone to replace the use of openssl 2016-05-13 10:23:04 +02:00
crypter.h crypter: add tests for crypter 2016-05-13 10:23:04 +02:00
db.cpp Merge #7537: wallet: Warn on unexpected EOF while salvaging wallet 2016-02-29 10:05:07 +01:00
db.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
rpcdump.cpp Added companion removeprunedfunds call. 2016-03-23 10:40:38 -04:00
rpcwallet.cpp Merge #7688: List solvability in listunspent output and improve help 2016-04-25 14:46:29 +02:00
rpcwallet.h rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
wallet.cpp Merge #8028: Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk 2016-05-10 15:51:34 +02:00
wallet.h Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk 2016-05-09 00:20:17 -07:00
walletdb.cpp Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk 2016-05-09 00:20:17 -07:00
walletdb.h Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk 2016-05-09 00:20:17 -07:00