mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 10:13:09 +00:00
selectors can stay pub(crate)
This commit is contained in:
parent
243bc09293
commit
8c515b4f2c
@ -19,7 +19,7 @@ pub mod public_input;
|
||||
pub mod random_access;
|
||||
pub mod reducing;
|
||||
pub mod reducing_extension;
|
||||
pub mod selectors;
|
||||
pub(crate) mod selectors;
|
||||
pub mod util;
|
||||
|
||||
// Can't use #[cfg(test)] here because it needs to be visible to other crates.
|
||||
|
||||
@ -10,7 +10,7 @@ use crate::hash::hash_types::RichField;
|
||||
pub(crate) const UNUSED_SELECTOR: usize = u32::MAX as usize;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct SelectorsInfo {
|
||||
pub(crate) struct SelectorsInfo {
|
||||
pub(crate) selector_indices: Vec<usize>,
|
||||
pub(crate) groups: Vec<Range<usize>>,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user