mirror of
https://github.com/arnaucube/phantom-zone.git
synced 2026-01-12 09:01:29 +01:00
useless formatting
This commit is contained in:
@@ -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