mirror of
https://github.com/arnaucube/phantom-zone.git
synced 2026-01-07 22:51:29 +01:00
useless formatting
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user