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/usersguide.xml | |
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/usersguide.xml')
-rw-r--r-- | lib/crypto/doc/src/usersguide.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/usersguide.xml b/lib/crypto/doc/src/usersguide.xml index 0124121433..2dfc966609 100644 --- a/lib/crypto/doc/src/usersguide.xml +++ b/lib/crypto/doc/src/usersguide.xml @@ -50,4 +50,5 @@ <xi:include href="fips.xml"/> <xi:include href="engine_load.xml"/> <xi:include href="engine_keys.xml"/> + <xi:include href="algorithm_details.xml"/> </part> |