aboutsummaryrefslogtreecommitdiff
path: root/src/test/key_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace test data with Dogecoin valuesRoss Nicoll2019-04-031-15/+15
* Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan2018-08-131-0/+36
|\
| * Always create 70 byte signatures with low R valuesAndrew Chow2018-08-091-0/+36
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
* Replace CBitcoinSecret with {Encode,Decode}SecretPieter Wuille2018-02-191-15/+10
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
* Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-14/+13
* Remove unused codepracticalswift2017-03-171-28/+0
* 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