useless formatting

This commit is contained in:
Janmajaya Mall
2024-05-20 09:50:20 +05:30
parent 892b29e775
commit f9d0f165bb
2 changed files with 1 additions and 3 deletions

View File

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

View File

@@ -167,7 +167,7 @@ pub(crate) struct LweDimension(pub(crate) usize);
pub(crate) struct PolynomialSize(pub(crate) usize);
#[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.
pub(crate) struct CiphertextModulus<T>(T, bool);