From fcbcc330e733e62ae75c7748ae254e368ce97033 Mon Sep 17 00:00:00 2001 From: Wim Lewis Date: Wed, 18 Jan 2017 21:43:27 -0800 Subject: Minor punctuation fixes in the crypto documentation. --- lib/crypto/doc/src/crypto.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/crypto') diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 32144613e0..440c5bd204 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -77,7 +77,7 @@ rsa_private() = [key_value()] = [E, N, D] | [E, N, D, P1, P2, E1, E2, C]

Where E is the public exponent, N is public modulus and D is - the private exponent.The longer key format contains redundant + the private exponent. The longer key format contains redundant information that will make the calculation faster. P1,P2 are first and second prime factors. E1,E2 are first and second exponents. C is the CRT coefficient. Terminology is taken from RFC 3447.

@@ -311,7 +311,7 @@

Generates a public key of type Type. - See also public_key:generate_key/1 + See also public_key:generate_key/1. May throw exception low_entropy in case the random generator failed due to lack of secure "randomness".

-- cgit v1.2.3