Files
linux-stable-mirror/Documentation/crypto/libcrypto-blockcipher.rst
T
Eric Biggers 8008d6b59a lib/crypto: docs: Fix some sentence fragments
Currently, the section about the library API for each algorithm begins
with a noun phrase that was intended to serve as an elaboration on the
title.  It's better to use complete sentences.

Suggested-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Link: https://patch.msgid.link/20260709022651.44216-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
2026-07-09 11:05:54 -04:00

20 lines
353 B
ReStructuredText

.. SPDX-License-Identifier: GPL-2.0-or-later
Block ciphers
=============
AES
---
This API provides support for the AES block cipher.
.. kernel-doc:: include/crypto/aes.h
DES
---
This API provides support for the DES block cipher. This algorithm is obsolete
and is supported only for backwards compatibility.
.. kernel-doc:: include/crypto/des.h