The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] lib/crypto: docs: Improve introduction sentence
@ 2026-07-09  2:27 Eric Biggers
  2026-07-09  6:19 ` Thomas Huth
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2026-07-09  2:27 UTC (permalink / raw)
  To: linux-crypto
  Cc: linux-kernel, Ard Biesheuvel, Jason A . Donenfeld, Herbert Xu,
	Eric Biggers

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.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
---
 Documentation/crypto/libcrypto.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/crypto/libcrypto.rst b/Documentation/crypto/libcrypto.rst
index a1557d45b0e5..0733e603d229 100644
--- a/Documentation/crypto/libcrypto.rst
+++ b/Documentation/crypto/libcrypto.rst
@@ -4,8 +4,9 @@
 Crypto library
 ==============
 
-``lib/crypto/`` provides faster and easier access to cryptographic algorithms
-than the traditional crypto API.
+The Linux kernel's crypto library (``lib/crypto/``) provides kernel-internal
+users of cryptographic algorithms with faster and easier access to those
+algorithms than the traditional kernel crypto API.
 
 Each cryptographic algorithm is supported via a set of dedicated functions.
 "Crypto agility", where needed, is left to calling code.

base-commit: 8cdeaa50eae8dad34885515f62559ee83e7e8dda
-- 
2.55.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lib/crypto: docs: Improve introduction sentence
  2026-07-09  2:27 [PATCH] lib/crypto: docs: Improve introduction sentence Eric Biggers
@ 2026-07-09  6:19 ` Thomas Huth
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Huth @ 2026-07-09  6:19 UTC (permalink / raw)
  To: Eric Biggers, linux-crypto
  Cc: linux-kernel, Ard Biesheuvel, Jason A . Donenfeld, Herbert Xu

On 09/07/2026 04.27, Eric Biggers wrote:
> 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.
> 
> Signed-off-by: Eric Biggers <ebiggers@kernel.org>
> ---
>   Documentation/crypto/libcrypto.rst | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/crypto/libcrypto.rst b/Documentation/crypto/libcrypto.rst
> index a1557d45b0e5..0733e603d229 100644
> --- a/Documentation/crypto/libcrypto.rst
> +++ b/Documentation/crypto/libcrypto.rst
> @@ -4,8 +4,9 @@
>   Crypto library
>   ==============
>   
> -``lib/crypto/`` provides faster and easier access to cryptographic algorithms
> -than the traditional crypto API.
> +The Linux kernel's crypto library (``lib/crypto/``) provides kernel-internal
> +users of cryptographic algorithms with faster and easier access to those
> +algorithms than the traditional kernel crypto API.
Reviewed-by: Thomas Huth <thuth@redhat.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-09  6:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09  2:27 [PATCH] lib/crypto: docs: Improve introduction sentence Eric Biggers
2026-07-09  6:19 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox