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
/
test
/
crypto_tests.cpp
Age
Commit message (
Expand
)
Author
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-09-08
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-08-14
tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecrypt
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-26
[tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp
practicalswift
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-05
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-12
Fix wallet/test/crypto_tests.cpp for OpenSSL 1.1 API.
Gregory Maxwell
2016-10-19
wallet: Change CCrypter to use vectors with secure allocator
Wladimir J. van der Laan
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-05-13
crypter: add tests for crypter
Cory Fields