mirror of
https://github.com/monero-project/monero.git
synced 2025-01-10 17:49:30 -05:00
don't want to expose generator lengths in ffi
This commit is contained in:
parent
effa9eea0e
commit
517f5a301e
@ -21,8 +21,8 @@ use full_chain_membership_proofs::tree::hash_grow;
|
|||||||
|
|
||||||
// TODO: Use a macro to de-duplicate some of of this code
|
// TODO: Use a macro to de-duplicate some of of this code
|
||||||
|
|
||||||
pub const HELIOS_GENERATORS_LENGTH: usize = 128;
|
const HELIOS_GENERATORS_LENGTH: usize = 128;
|
||||||
pub const SELENE_GENERATORS_LENGTH: usize = 256;
|
const SELENE_GENERATORS_LENGTH: usize = 256;
|
||||||
|
|
||||||
static HELIOS_GENERATORS: OnceLock<Generators<RecommendedTranscript, Helios>> = OnceLock::new();
|
static HELIOS_GENERATORS: OnceLock<Generators<RecommendedTranscript, Helios>> = OnceLock::new();
|
||||||
static SELENE_GENERATORS: OnceLock<Generators<RecommendedTranscript, Selene>> = OnceLock::new();
|
static SELENE_GENERATORS: OnceLock<Generators<RecommendedTranscript, Selene>> = OnceLock::new();
|
||||||
|
Loading…
Reference in New Issue
Block a user