From 8ccf6b58c81a7b43b8f98584ed77e2d20dbce0bf Mon Sep 17 00:00:00 2001 From: andreaP Date: Wed, 7 Jan 2015 10:13:09 +0100 Subject: finally fixed docs --- lib/crypto/doc/src/crypto.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 092bb84cd9..eff6129622 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -169,7 +169,7 @@ - + block_encrypt(Type, Key, PlainText) -> CipherText Encrypt PlainTextaccording to Type block cipher @@ -178,7 +178,7 @@ PlainText = iodata() -

Encrypt PlainTextaccording to Type block cipher. +

Encrypt PlainTextaccording to Type block cipher.

May throw exception notsup in case the chosen Type is not supported by the underlying OpenSSL implementation.

@@ -193,13 +193,13 @@ PlainText = iodata() -

Decrypt CipherTextaccording to Type block cipher. +

Decrypt CipherTextaccording to Type block cipher.

May throw exception notsup in case the chosen Type is not supported by the underlying OpenSSL implementation.

- + block_encrypt(Type, Key, Ivec, PlainText) -> CipherText block_encrypt(AeadType, Key, Ivec, {AAD, PlainText}) -> {CipherText, CipherTag} Encrypt PlainText according to Type block cipher -- cgit v1.2.3