pub const MIN_RSA_BIT_LENGTH: u32 = 2048;
Expand description
The minimum bit length for an RSA key
This follows recommendations from NIST Special Publication 800-57 Part 3 Revision 1 (January 2015).
pub const MIN_RSA_BIT_LENGTH: u32 = 2048;
The minimum bit length for an RSA key
This follows recommendations from NIST Special Publication 800-57 Part 3 Revision 1 (January 2015).