mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
Move Sapling proving and binding signature into zcash_proofs crate
This commit is contained in:
@@ -31,6 +31,8 @@ use super::blake2s;
|
||||
use super::num;
|
||||
use super::multipack;
|
||||
|
||||
pub const TREE_DEPTH: usize = 32;
|
||||
|
||||
/// This is an instance of the `Spend` circuit.
|
||||
pub struct Spend<'a, E: JubjubEngine> {
|
||||
pub params: &'a E::Params,
|
||||
|
Reference in New Issue
Block a user