index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
crypter.cpp
Age
Commit message (
Expand
)
Author
2017-06-20
Merge #10536: Remove unreachable or otherwise redundant code
Pieter Wuille
2017-06-12
Remove unreachable or otherwise redundant code
practicalswift
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-10-19
wallet: Change CCrypter to use vectors with secure allocator
Wladimir J. van der Laan
2016-05-13
crypter: add a BytesToKey clone to replace the use of openssl
Cory Fields
2016-05-13
crypter: hook up the new aes cbc classes
Cory Fields
2016-05-13
crypter: constify encrypt/decrypt
Cory Fields
2016-05-13
crypter: fix the stored initialization vector size
Cory Fields
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-08-14
Merge pull request #6415
Wladimir J. van der Laan
2015-08-03
Make sure LogPrintf strings are line-terminated
Wladimir J. van der Laan
2015-07-20
Add logic to track pubkeys as watch-only, not just scripts
Matt Corallo
2015-03-22
wallet: move crypter to wallet
Cory Fields