Trait ring::arithmetic::montgomery::ReductionEncoding

source ·
pub trait ReductionEncoding {
    type Output: Encoding;
}
Expand description

The encoding of the result of a reduction.

Required Associated Types§

Implementors§