Unit tests for EC key routines
authorPieter Wuille <pieter.wuille@gmail.com>
Sun, 8 Jan 2012 15:59:34 +0000 (16:59 +0100)
committerPieter Wuille <pieter.wuille@gmail.com>
Mon, 9 Jan 2012 14:18:19 +0000 (15:18 +0100)
commitb3974ec9d49e20e72e502e901b6c5aab5ac33b03
treeaf530c8b64c107bbe34cd45474d8fc336434de4d
parentd4d9c734c315e99136fe245c5733ca75cab9f8bf
Unit tests for EC key routines

This tests:
* creation of keys from base58-encoded strings
* extracting public keys and addresses
* compressed public keys
* compact signatures and key recovery
src/test/key_tests.cpp [new file with mode: 0644]