From b96629dff27003d6df5ad12dd58801619681ac19 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Mon, 18 Mar 2019 12:15:34 +0100 Subject: crypto: Rename block_crypto_with/without to match stream_cipher names --- lib/crypto/doc/src/crypto.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/crypto/doc') diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 0fac3f379e..e5a3af923c 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -213,7 +213,7 @@ - + @@ -237,7 +237,7 @@ - +

Block ciphers without initialization vector for @@ -582,7 +582,7 @@ block_encrypt(aes_gcm | aes_ccm, Key, Ivec, {AAD, PlainText, TagLength}) -> {CipherText, CipherTag} Encrypt PlainText according to Type block cipher - Type = block_cipher_with_iv() + Type = block_cipher_iv() AeadType = aead_cipher() Key = key() | des3_key() PlainText = iodata() @@ -608,7 +608,7 @@ block_decrypt(AeadType, Key, Ivec, {AAD, CipherText, CipherTag}) -> PlainText | error Decrypt CipherText according to Type block cipher - Type = block_cipher_with_iv() + Type = block_cipher_iv() AeadType = aead_cipher() Key = key() | des3_key() PlainText = iodata() -- cgit v1.2.3