diff options
author | Henrik Nord <[email protected]> | 2015-09-30 13:26:06 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-09-30 13:26:06 +0200 |
commit | c4a34c2cb397ef0db0798f3ea728d6aa0aa3c56a (patch) | |
tree | d922f4d0e63b5f0bf231293a03dd1f10d9891cc3 /lib | |
parent | a38743259d18bf22f3ea284864c50a3a2f15746f (diff) | |
parent | 5e476007bf9ede36911965b509598f76d9cf082a (diff) | |
download | otp-c4a34c2cb397ef0db0798f3ea728d6aa0aa3c56a.tar.gz otp-c4a34c2cb397ef0db0798f3ea728d6aa0aa3c56a.tar.bz2 otp-c4a34c2cb397ef0db0798f3ea728d6aa0aa3c56a.zip |
Merge branch 'legoscia/patch-10' into maint
* legoscia/patch-10:
Fix typos in crypto documentation
OTP-13017
Diffstat (limited to 'lib')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 385a583883..291a5145e4 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -617,7 +617,7 @@ RAND_seed function from openssl. Only use this if the system you are running on does not have enough "randomness" built in. Normally this is when <seealso marker="#strong_rand_bytes/1"> - stong_rand_bytes/1</seealso> returns <c>low_entropy</c></p> + strong_rand_bytes/1</seealso> returns <c>low_entropy</c></p> </desc> </func> @@ -710,7 +710,7 @@ </type> <desc> <p>Initializes the state for use in streaming AES encryption using Counter mode (CTR). - <c>Key</c> is the AES key and must be either 128, 192, or 256 bts long. <c>IVec</c> is + <c>Key</c> is the AES key and must be either 128, 192, or 256 bits long. <c>IVec</c> is an arbitrary initializing vector of 128 bits (16 bytes). This state is for use with <seealso marker="#stream_encrypt-2">stream_encrypt</seealso> and <seealso marker="#stream_decrypt-2">stream_decrypt</seealso>.</p> |