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