aboutsummaryrefslogtreecommitdiff
path: root/src/test/key_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed ↵Chris Moore2012-04-121-5/+7
| | | | something with the correct version.
* Unit tests for EC key routinesPieter Wuille2012-01-091-0/+138
This tests: * creation of keys from base58-encoded strings * extracting public keys and addresses * compressed public keys * compact signatures and key recovery