aboutsummaryrefslogtreecommitdiff
path: root/src/test/key_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace test data with Dogecoin valuesRoss Nicoll2018-09-191-16/+15
* Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-13/+11
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Merge pull request #5227Wladimir J. van der Laan2014-12-011-0/+23
|\
| * Deterministic signingPieter Wuille2014-11-201-0/+23
* | Add sanity check after key generationPieter Wuille2014-11-231-0/+20
|/
* Typo in testLuke2014-10-131-1/+1
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-1/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+7
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-51/+45
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-10/+17
* CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so...Chris Moore2012-04-121-5/+7
* Unit tests for EC key routinesPieter Wuille2012-01-091-0/+138