From df5be903dfc32e887317a677fa1e0c9eda3ebcaa Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Thu, 2 May 2019 15:10:08 +0200 Subject: crypto: Doc link fixes --- lib/crypto/doc/src/crypto.xml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'lib/crypto/doc/src/crypto.xml') diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 751cf9d1fc..d1d1252f29 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -678,7 +678,8 @@

For encryption, set the EncryptFlag to true. For decryption, set it to false.

-

See examples in the User's Guide. +

See + examples in the User's Guide.

@@ -696,7 +697,8 @@ or crypto_init/4.

-

See examples in the User's Guide. +

See + examples in the User's Guide.

@@ -712,8 +714,6 @@

For encryption, set the EncryptFlag to true. For decryption, set it to false.

-

See examples in the User's Guide. -

@@ -726,8 +726,6 @@ The State should be created with crypto_dyn_iv_init/3.

-

See examples in the User's Guide. -

@@ -744,11 +742,11 @@ Do a complete encrypt or decrypt of the full text

Part of the new API. - Do a complete encrypt or decrypt of the full text. + Do a complete encrypt or decrypt of the full text in the argument Data.

For encryption, set the EncryptFlag to true. For decryption, set it to false.

-

See examples in the User's Guide. +

See examples in the User's Guide.

@@ -768,7 +766,7 @@

For decryption, set the EncryptFlag to false and put the tag to be checked in the argument TagOrTagLength.

-

See examples in the User's Guide. +

See examples in the User's Guide.

-- cgit v1.2.3