mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-13 09:37:02 +00:00
Implement pedersen hashes inside and outside of the circuit.
This commit is contained in:
@@ -5,7 +5,8 @@ pub mod boolean;
|
||||
pub mod uint32;
|
||||
pub mod blake2s;
|
||||
pub mod num;
|
||||
pub mod mont;
|
||||
pub mod mont; // TODO: rename
|
||||
pub mod pedersen_hash;
|
||||
|
||||
use bellman::SynthesisError;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user