]> exis.tech > repos - linux.git/blobdiff - Documentation/crypto/libcrypto.rst
Merge tag 'hwmon-for-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groec...
[linux.git] / Documentation / crypto / libcrypto.rst
index a1557d45b0e5a779d654156ebc970820c8bc7cb0..0733e603d2295c19faa86b4bf2138120b38d4e65 100644 (file)
@@ -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.