mirror of
https://github.com/monero-project/monero.git
synced 2025-07-13 03:09:26 -04:00
don't want to expose generator lengths in ffi
This commit is contained in:
parent
effa9eea0e
commit
517f5a301e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue