Pauli 97b0b713fb RSA security bits calculation
NIST has updated their guidelines in appendix D of SP 800-56B rev2 (draft)
providing a formula for the number of security bits it terms of the length
of the RSA key.

This is an implementation of this formula using fixed point arithmetic.
For integers 1 .. 100,000 it rounds down to the next smaller 8 bit strength
270 times.  It never errs to the high side.  None of the rounded values occur
near any of the commonly selected lengths.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7352)
2018-10-23 08:01:48 +10:00
..
2017-11-21 14:38:42 +08:00
2018-03-20 13:08:46 +00:00
2017-11-21 14:38:42 +08:00
2016-05-17 14:51:34 -04:00
2018-04-03 11:31:16 -04:00
2018-10-23 08:01:48 +10:00
2018-09-17 09:14:03 +10:00
2018-04-03 11:31:16 -04:00
2018-09-06 14:51:30 +10:00
2018-09-11 13:45:17 +01:00
2018-04-17 15:18:40 +02:00
2018-09-11 13:45:17 +01:00