chore: add ByteCount re-export

This commit is contained in:
Arthur Meyre
2024-03-11 16:17:53 +01:00
parent 0128802b9b
commit 912f3492f3

View File

@@ -4,7 +4,7 @@ use crate::core_crypto::commons::math::random::{
use crate::core_crypto::commons::math::torus::{UnsignedInteger, UnsignedTorus};
use crate::core_crypto::commons::numeric::{CastInto, FloatingPoint};
use crate::core_crypto::commons::parameters::CiphertextModulus;
pub use concrete_csprng::generators::{BytesPerChild, ChildrenCount, ForkError};
pub use concrete_csprng::generators::{ByteCount, BytesPerChild, ChildrenCount, ForkError};
use rayon::prelude::*;
pub use concrete_csprng::generators::{