mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-12 10:05:47 +00:00
Rename mont
to ecc
in circuit code.
This commit is contained in:
parent
a1c749e6a0
commit
c221bc9126
@ -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
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user