lbrycrd/src/wallet
Pieter Wuille b89ef13114
Merge #7689: Replace OpenSSL AES with ctaes-based version
723779c build: Enumerate ctaes rather than globbing (Cory Fields)
34ed64a crypter: add tests for crypter (Cory Fields)
0a36b9a crypter: shuffle Makefile so that crypto can be used by the wallet (Cory Fields)
976f9ec crypter: add a BytesToKey clone to replace the use of openssl (Cory Fields)
9049cde crypter: hook up the new aes cbc classes (Cory Fields)
fb96831 crypter: constify encrypt/decrypt (Cory Fields)
1c391a5 crypter: fix the stored initialization vector size (Cory Fields)
daa3841 crypto: add aes cbc tests (Cory Fields)
27a212d crypto: add AES 128/256 CBC classes (Cory Fields)
6bec172 Add ctaes-based constant time AES implementation (Pieter Wuille)
a545127 Squashed 'src/crypto/ctaes/' content from commit cd3c3ac (Pieter Wuille)
2016-06-01 18:22:34 +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 #8061: [Wallet] Improve Wallet encapsulation 2016-05-25 18:08:06 +02:00
rpcwallet.h rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
wallet.cpp Always require OS randomness when generating secret keys 2016-05-29 01:52:17 +02:00
wallet.h Move BackupWallet to CWallet::BackupWallet 2016-05-16 17:48:25 -07:00
walletdb.cpp Move BackupWallet to CWallet::BackupWallet 2016-05-16 17:48:25 -07:00
walletdb.h Move BackupWallet to CWallet::BackupWallet 2016-05-16 17:48:25 -07:00