mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-12 01:55:48 +00:00
This makes the C interface behave like `zcash_proofs` and allows to init the library without downloading the heavy sprout parameters. In the special case where `librustzcash_init_zksnark_params` is called with the sprout arguments path set to NULL and length set to 0, the arguments are passed as None to `load_parameters`.
librustzcash
This repository contains librustzcash, a static library for Zcash code assets written in Rust.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.