github.com/syalon/crystal-secp256k1-zkp
master / published Jan 8, 2025 / repository
crystal lang binding for secp256k1-zkp.
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
API
- Base58
- Secp256k1Zkp
TODO Write documentation for
Secp256k1Zkp - Slice(T)
A
Sliceis aPointerwith an associated size.