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.h
Age
Commit message (
Expand
)
Author
2019-01-30
[tools] Add wallet inspection and modification tool
Jonas Schnelli
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-12
Refactors `keystore.h` type aliases.
251
2018-04-29
Add locking annotations for variables guarded by cs_KeyStore
practicalswift
2018-04-06
tests: Avoid test suite name collision in wallet crypto_tests
MarcoFalke
2018-03-19
tests: Rename test suits not following the test suite naming convention
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Merge #11272: CKeystore/CCrypter: move relevant implementation out of the header
Wladimir J. van der Laan
2017-10-05
Merge #11107: Fix races in AppInitMain and others with lock and atomic bools
MarcoFalke
2017-10-04
CCrypter: move relevant implementation out of the header
Jonas Schnelli
2017-09-10
Make fUseCrypto atomic
MeshCollider
2017-09-07
Merge #10916: add missing lock to crypter GetKeys()
Wladimir J. van der Laan
2017-08-15
Remove vchDefaultKey and have better first run detection
Andrew Chow
2017-07-23
add missing lock to crypter GetKeys()
Marko Bencun
2017-07-23
keystore GetKeys(): return result instead of writing to reference
Marko Bencun
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-10-19
wallet: Change CCrypter to use vectors with secure allocator
Wladimir J. van der Laan
2016-05-13
crypter: add tests for crypter
Cory Fields
2016-05-13
crypter: add a BytesToKey clone to replace the use of openssl
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-04-20
ensure consistent header comment naming conventions
Philip Kaufmann
2015-03-22
wallet: move crypter to wallet
Cory Fields