Skip to content

Commit 9665e22

Browse files
author
Eric Biggers
committed
lib/crypto: docs: Improve introduction sentence
Make it clear that lib/crypto/ is a kernel-internal library. It's easy for people to come across this page, especially the HTML version online, without that context. Reviewed-by: Thomas Huth <thuth@redhat.com> Link: https://patch.msgid.link/20260709022747.44635-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
1 parent 8008d6b commit 9665e22

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Documentation/crypto/libcrypto.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
Crypto library
55
==============
66

7-
``lib/crypto/`` provides faster and easier access to cryptographic algorithms
8-
than the traditional crypto API.
7+
The Linux kernel's crypto library (``lib/crypto/``) provides kernel-internal
8+
users of cryptographic algorithms with faster and easier access to those
9+
algorithms than the traditional kernel crypto API.
910

1011
Each cryptographic algorithm is supported via a set of dedicated functions.
1112
"Crypto agility", where needed, is left to calling code.

0 commit comments

Comments
 (0)