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
/
test
/
key_tests.cpp
Age
Commit message (
Expand
)
Author
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2014-12-16
Remove references to X11 licence
Michael Ford
2014-12-01
Merge pull request #5227
Wladimir J. van der Laan
2014-11-23
Add sanity check after key generation
Pieter Wuille
2014-11-20
Deterministic signing
Pieter Wuille
2014-10-13
Typo in test
Luke
2014-09-08
Move CScript class and dependencies to script/script
jtimon
2014-09-08
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-04-12
CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so...
Chris Moore
2012-01-09
Unit tests for EC key routines
Pieter Wuille