diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-10-18 20:11:30 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-10-18 20:11:30 +0200 |
commit | 4b8c4f54bbd70849fc91679bea44b4e1dfb0526d (patch) | |
tree | b23facd97de04a90f99c7ef07af79d3d978a91d5 /doc | |
parent | 878e6e10f3c7ea7a7090a0b2a4289b8d3eef57b9 (diff) | |
download | fastd-4b8c4f54bbd70849fc91679bea44b4e1dfb0526d.tar fastd-4b8c4f54bbd70849fc91679bea44b4e1dfb0526d.zip |
cipher: remove aes128-ctr NaCl implementation
New versions of libsodium have dropped support for aes128-ctr. AES support
is only available with OpenSSL now.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/manual/config.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/manual/config.rst b/doc/source/manual/config.rst index 0abebeb..94d7a94 100644 --- a/doc/source/manual/config.rst +++ b/doc/source/manual/config.rst @@ -70,7 +70,6 @@ Example config: * ``aes128-ctr``: AES128 in counter mode - ``openssl``: Use implementation from OpenSSL's libcrypto - - ``nacl``: Use implementation from NaCl or libsodium * ``null``: No encryption (for authenticated-only methods using composed_gmac) |