diff options
author | Hans Nilsson <[email protected]> | 2018-08-22 16:50:15 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-09-13 12:07:48 +0200 |
commit | 0a833d0339fe5bb4c26c30430d74f83d7f2b6519 (patch) | |
tree | 9cd0bb7d6fafced508155eaeb026c41b7a270838 /lib/crypto/doc/src/Makefile | |
parent | ad0cf7f078cf05d0b75fd233491d2b51bb1dcf23 (diff) | |
download | otp-0a833d0339fe5bb4c26c30430d74f83d7f2b6519.tar.gz otp-0a833d0339fe5bb4c26c30430d74f83d7f2b6519.tar.bz2 otp-0a833d0339fe5bb4c26c30430d74f83d7f2b6519.zip |
crypto: A user's guide chapter on algorithm details
Such as keylengths, blocksizes and IV lengths are hard to find otherwise
Conflicts:
lib/crypto/doc/src/crypto.xml
Diffstat (limited to 'lib/crypto/doc/src/Makefile')
-rw-r--r-- | lib/crypto/doc/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/Makefile b/lib/crypto/doc/src/Makefile index 2148062e78..3203324954 100644 --- a/lib/crypto/doc/src/Makefile +++ b/lib/crypto/doc/src/Makefile @@ -39,7 +39,7 @@ XML_REF3_FILES = crypto.xml XML_REF6_FILES = crypto_app.xml XML_PART_FILES = usersguide.xml -XML_CHAPTER_FILES = notes.xml licenses.xml fips.xml engine_load.xml engine_keys.xml +XML_CHAPTER_FILES = notes.xml licenses.xml fips.xml engine_load.xml engine_keys.xml algorithm_details.xml BOOK_FILES = book.xml |