Browse Source

useless formatting

par-agg-key-shares
Janmajaya Mall 11 months ago
parent
commit
f9d0f165bb
2 changed files with 1 additions and 3 deletions
  1. +0
    -2
      src/bool/evaluator.rs
  2. +1
    -1
      src/bool/parameters.rs

+ 0
- 2
src/bool/evaluator.rs

@ -1562,8 +1562,6 @@ fn blind_rotation<
fn pbs< fn pbs<
M: Matrix + MatrixMut + MatrixEntity, M: Matrix + MatrixMut + MatrixEntity,
P: PbsInfo<Element = M::MatElement>, P: PbsInfo<Element = M::MatElement>,
// NttOp: Ntt<Element = M::MatElement>,
// ModOp: ArithmeticOps<Element = M::MatElement> + VectorOps<Element = M::MatElement>,
K: PbsKey<M = M>, K: PbsKey<M = M>,
>( >(
pbs_info: &P, pbs_info: &P,

+ 1
- 1
src/bool/parameters.rs

@ -167,7 +167,7 @@ pub(crate) struct LweDimension(pub(crate) usize);
pub(crate) struct PolynomialSize(pub(crate) usize); pub(crate) struct PolynomialSize(pub(crate) usize);
#[derive(Clone, Copy, PartialEq)] #[derive(Clone, Copy, PartialEq)]
/// T eqauls modulus when modulus is non-native. Otherwise T equals 0. bool is
/// T equals modulus when modulus is non-native. Otherwise T equals 0. bool is
/// true when modulus is native, false otherwise. /// true when modulus is native, false otherwise.
pub(crate) struct CiphertextModulus<T>(T, bool); pub(crate) struct CiphertextModulus<T>(T, bool);

Loading…
Cancel
Save