aboutsummaryrefslogtreecommitdiff
path: root/src/test/bip32_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace test data with Dogecoin valuesRoss Nicoll2019-04-031-24/+24
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Rename master key to seedJohn Newbery2018-05-191-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
* Stop using CBase58Data for ext keysPieter Wuille2018-02-191-12/+4
* 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-6/+6
* Changing &vec[0] to vec.data(), what 9804 missedMeshCollider2017-09-081-1/+1
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-1/+1
* BIP32 extra test vectorPieter Wuille2017-02-231-0/+13
* add bip32 pubkey serializationJonas Schnelli2016-04-141-0/+16
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* extend bip32 tests to cover Base58c/CExtKey decodeJonas Schnelli2015-07-231-0/+11
* fix and enable bip32 unit testJonas Schnelli2015-04-231-0/+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
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-4/+4
* BIP32 test vectorsPieter Wuille2013-07-151-0/+116