pub trait RsaMode: Sealed { type InputType; }
unstable
Defines the input size of an RSA operation.
The input data type used for the operation.