mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
Add tests to BDD
This commit is contained in:
@@ -3,7 +3,6 @@ mod ciphertexts;
|
||||
mod circuits;
|
||||
mod eval;
|
||||
mod key;
|
||||
mod parameters;
|
||||
|
||||
pub use bdd_2w_to_1w::*;
|
||||
pub use ciphertexts::*;
|
||||
@@ -11,11 +10,7 @@ pub(crate) use circuits::*;
|
||||
pub(crate) use eval::*;
|
||||
pub use key::*;
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) use parameters::*;
|
||||
|
||||
#[cfg(test)]
|
||||
mod test;
|
||||
pub mod tests;
|
||||
|
||||
pub trait UnsignedInteger: Copy + 'static {
|
||||
const WORD_SIZE: usize;
|
||||
|
||||
Reference in New Issue
Block a user