pub trait Multi: RsaMode {
type OutputType;
}
Available on crate feature
unstable
only.Expand description
Defines the output type of RSA multiplications.
Required Associated Types§
Sourcetype OutputType
type OutputType
The type of the output produced by the operation.