crystal-secp256k1-zkp
crystal lang binding for secp256k1-zkp.
Installation
- 
Add the dependency to your
shard.yml:dependencies: crystal-secp256k1-zkp: github: syalon/crystal-secp256k1-zkp - 
Run
shards install 
Usage
require "crystal-secp256k1-zkp"
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/syalon/crystal-secp256k1-zkp/fork)
 - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
 
Contributors
- syalon - creator and maintainer