mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-08-09 06:14:34 +02:00
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>
20 lines
353 B
ReStructuredText
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
|