NttInverse
ml_dsa
0.0.4
NttInverse
Required Associated Types
Output
Required Methods
ntt_inverse
Implementors
In ml_
dsa::
ntt
ml_dsa
::
ntt
Trait
NttInverse
Copy item path
Source
pub trait NttInverse { type
Output
; // Required method fn
ntt_inverse
(&self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
ntt_inverse
(&self) -> Self::
Output
Implementors
§
Source
§
impl
NttInverse
for
NttPolynomial
<
BaseField
>
Source
§
type
Output
=
Polynomial
<
BaseField
>
Source
§
impl<K:
ArraySize
>
NttInverse
for
NttVector
<
BaseField
, K>
Source
§
type
Output
=
Vector
<
BaseField
, K>