diff options
Diffstat (limited to 'src/lib/libcrypto/doc/RSA_blinding_on.pod')
-rw-r--r-- | src/lib/libcrypto/doc/RSA_blinding_on.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/RSA_blinding_on.pod b/src/lib/libcrypto/doc/RSA_blinding_on.pod index e6af8d4355..33990207f7 100644 --- a/src/lib/libcrypto/doc/RSA_blinding_on.pod +++ b/src/lib/libcrypto/doc/RSA_blinding_on.pod | |||
@@ -21,8 +21,7 @@ must be used to protect the RSA operation from that attack. | |||
21 | 21 | ||
22 | RSA_blinding_on() turns blinding on for key B<rsa> and generates a | 22 | RSA_blinding_on() turns blinding on for key B<rsa> and generates a |
23 | random blinding factor. B<ctx> is B<NULL> or a pre-allocated and | 23 | random blinding factor. B<ctx> is B<NULL> or a pre-allocated and |
24 | initialized B<BN_CTX>. The random number generator must be seeded | 24 | initialized B<BN_CTX>. |
25 | prior to calling RSA_blinding_on(). | ||
26 | 25 | ||
27 | RSA_blinding_off() turns blinding off and frees the memory used for | 26 | RSA_blinding_off() turns blinding off and frees the memory used for |
28 | the blinding factor. | 27 | the blinding factor. |