pub trait RsaMode: Sealed { type InputType: AsRef<[u32]> + AsMut<[u32]>; }
unstable
Defines the input size of an RSA operation.
The input data type used for the operation.