A Perl module for performing Bitcoin cryptographic operations.
Please use the Github's issue tracker to file both bugs and feature requests.
Contributions to the project in form of Github's pull requests are welcome. Please make sure your code is in line with the general coding style of the module. Let me know if you plan something bigger so we can talk it through.
This module includes some large tests which are only used for release testing.
To run these tests, prove -l -r xt/release command can be executed. In
addition, RELEASE_TESTS_DATA environmental variable must be set, since large
data files for these tests are not included in this repository. A repository
containing test data must be cloned
separately.
Releasing Bitcoin::Crypto must be done as follows. Note that test-data
directory must not be present in this repository's root, since otherwise it
would get included in the release.
RELEASE_TESTS_DATA=$PWD/../test-data dzil releaseBartosz Jarzyna [email protected]