Trait ring::arithmetic::montgomery::ReductionEncoding
source · pub trait ReductionEncoding {
type Output: Encoding;
}
Expand description
The encoding of the result of a reduction.
pub trait ReductionEncoding {
type Output: Encoding;
}
The encoding of the result of a reduction.