aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2019-03-18 12:04:53 +0100
committerHans Nilsson <[email protected]>2019-03-22 10:16:38 +0100
commit8528a54df1b6167dd6779bfa902a79ba058e8d06 (patch)
treec85066999e5edf22a021cdff5bcdc068c2b335d4 /lib/crypto/doc
parent1b6895221c98b6be55088790c5fb3057f1c9b304 (diff)
downloadotp-8528a54df1b6167dd6779bfa902a79ba058e8d06.tar.gz
otp-8528a54df1b6167dd6779bfa902a79ba058e8d06.tar.bz2
otp-8528a54df1b6167dd6779bfa902a79ba058e8d06.zip
crypto: New types (block_cipher)
Diffstat (limited to 'lib/crypto/doc')
-rw-r--r--lib/crypto/doc/src/crypto.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml
index 83e10c4c78..0fac3f379e 100644
--- a/lib/crypto/doc/src/crypto.xml
+++ b/lib/crypto/doc/src/crypto.xml
@@ -192,7 +192,16 @@
<datatypes>
<datatype_title>Ciphers</datatype_title>
<datatype>
+ <name name="cipher"/>
<name name="stream_cipher"/>
+ <name name="block_cipher"/>
+ <desc>
+ <p>Ciphers known byt the CRYPTO application. Note that this list might be reduced if the
+ underlying libcrypto does not support all of them.</p>
+ </desc>
+ </datatype>
+
+ <datatype>
<name name="stream_cipher_iv"/>
<name name="stream_cipher_no_iv"/>
<desc>