aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc/src/crypto.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-09-13 12:45:48 +0200
committerHans Nilsson <[email protected]>2018-09-14 12:36:10 +0200
commitf850f6bdf6a13ef91f6f97ce821968ff977ff4d7 (patch)
tree0ef04fa5f0545b0740465c3d5557a4ee1386c3d6 /lib/crypto/doc/src/crypto.xml
parent56be5aea623e69a84ddf4ea5f5e2dba6277b83a2 (diff)
downloadotp-f850f6bdf6a13ef91f6f97ce821968ff977ff4d7.tar.gz
otp-f850f6bdf6a13ef91f6f97ce821968ff977ff4d7.tar.bz2
otp-f850f6bdf6a13ef91f6f97ce821968ff977ff4d7.zip
crypto: Document AES_CCM and fix errors in User's Guide
The sizes in the Algorithms chapter for aes_gcm was wrong or incomplete.
Diffstat (limited to 'lib/crypto/doc/src/crypto.xml')
-rw-r--r--lib/crypto/doc/src/crypto.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml
index d5f5009297..214104c74a 100644
--- a/lib/crypto/doc/src/crypto.xml
+++ b/lib/crypto/doc/src/crypto.xml
@@ -420,7 +420,7 @@
<func>
<name>block_encrypt(Type, Key, Ivec, PlainText) -> CipherText</name>
<name>block_encrypt(AeadType, Key, Ivec, {AAD, PlainText}) -> {CipherText, CipherTag}</name>
- <name>block_encrypt(aes_gcm, Key, Ivec, {AAD, PlainText, TagLength}) -> {CipherText, CipherTag}</name>
+ <name>block_encrypt(aes_gcm | aes_ccm, Key, Ivec, {AAD, PlainText, TagLength}) -> {CipherText, CipherTag}</name>
<fsummary>Encrypt <c>PlainText</c> according to <c>Type</c> block cipher</fsummary>
<type>
<v>Type = <seealso marker="#type-block_cipher_with_iv">block_cipher_with_iv()</seealso></v>