aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc/src/crypto.xml
diff options
context:
space:
mode:
authorWim Lewis <[email protected]>2017-01-18 21:43:27 -0800
committerWim Lewis <[email protected]>2017-01-18 21:43:27 -0800
commitfcbcc330e733e62ae75c7748ae254e368ce97033 (patch)
treecc62cd9f84f604787ef88f7c6e79da12d0f49671 /lib/crypto/doc/src/crypto.xml
parenta00ff322e4cbe72c698eff22e4a4d5f6bb33e067 (diff)
downloadotp-fcbcc330e733e62ae75c7748ae254e368ce97033.tar.gz
otp-fcbcc330e733e62ae75c7748ae254e368ce97033.tar.bz2
otp-fcbcc330e733e62ae75c7748ae254e368ce97033.zip
Minor punctuation fixes in the crypto documentation.
Diffstat (limited to 'lib/crypto/doc/src/crypto.xml')
-rw-r--r--lib/crypto/doc/src/crypto.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<code>rsa_private() = [key_value()] = [E, N, D] | [E, N, D, P1, P2, E1, E2, C] </code>
<p>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 <url href="http://www.ietf.org/rfc/rfc3477.txt"> RFC 3447</url>.</p>
@@ -311,7 +311,7 @@
</type>
<desc>
<p>Generates a public key of type <c>Type</c>.
- See also <seealso marker="public_key:public_key#generate_key-1">public_key:generate_key/1</seealso>
+ See also <seealso marker="public_key:public_key#generate_key-1">public_key:generate_key/1</seealso>.
May throw exception <c>low_entropy</c> in case the random generator
failed due to lack of secure "randomness".
</p>