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