mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-08-01 12:51:30 +00:00
Rename mont
to ecc
in circuit code.
This commit is contained in:
@@ -6,7 +6,7 @@ pub mod uint32;
|
||||
pub mod blake2s;
|
||||
pub mod num;
|
||||
pub mod lookup;
|
||||
pub mod mont;
|
||||
pub mod ecc;
|
||||
pub mod pedersen_hash;
|
||||
|
||||
use bellman::SynthesisError;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
use super::*;
|
||||
use super::mont::{
|
||||
use super::ecc::{
|
||||
MontgomeryPoint,
|
||||
EdwardsPoint
|
||||
};
|
||||
|
Reference in New Issue
Block a user