@@ -6,81 +6,83 @@ Hash functions, MACs, and XOFs
66AES-CMAC and AES-XCBC-MAC
77-------------------------
88
9- Support for the AES-CMAC and AES-XCBC-MAC message authentication codes.
9+ This API provides support for the AES-CMAC and AES-XCBC-MAC message
10+ authentication codes.
1011
1112.. kernel-doc :: include/crypto/aes-cbc-macs.h
1213
1314BLAKE2b
1415-------
1516
16- Support for the BLAKE2b cryptographic hash function.
17+ This API provides support for the BLAKE2b cryptographic hash function.
1718
1819.. kernel-doc :: include/crypto/blake2b.h
1920
2021BLAKE2s
2122-------
2223
23- Support for the BLAKE2s cryptographic hash function.
24+ This API provides support for the BLAKE2s cryptographic hash function.
2425
2526.. kernel-doc :: include/crypto/blake2s.h
2627
2728GHASH and POLYVAL
2829-----------------
2930
30- Support for the GHASH and POLYVAL universal hash functions. These algorithms
31- are used only as internal components of other algorithms.
31+ This API provides support for the GHASH and POLYVAL universal hash functions.
32+ These algorithms are used only as internal components of other algorithms.
3233
3334.. kernel-doc :: include/crypto/gf128hash.h
3435
3536MD5
3637---
3738
38- Support for the MD5 cryptographic hash function and HMAC-MD5. This algorithm is
39- obsolete and is supported only for backwards compatibility.
39+ This API provides support for the MD5 cryptographic hash function and HMAC-MD5.
40+ This algorithm is obsolete and is supported only for backwards compatibility.
4041
4142.. kernel-doc :: include/crypto/md5.h
4243
4344NH
4445--
4546
46- Support for the NH universal hash function. This algorithm is used only as an
47- internal component of other algorithms.
47+ This API provides support for the NH universal hash function. This algorithm is
48+ used only as an internal component of other algorithms.
4849
4950.. kernel-doc :: include/crypto/nh.h
5051
5152Poly1305
5253--------
5354
54- Support for the Poly1305 universal hash function. This algorithm is used only
55- as an internal component of other algorithms.
55+ This API provides support for the Poly1305 universal hash function. This
56+ algorithm is used only as an internal component of other algorithms.
5657
5758.. kernel-doc :: include/crypto/poly1305.h
5859
5960SHA-1
6061-----
6162
62- Support for the SHA-1 cryptographic hash function and HMAC-SHA1. This algorithm
63- is obsolete and is supported only for backwards compatibility.
63+ This API provides support for the SHA-1 cryptographic hash function and
64+ HMAC-SHA1. This algorithm is obsolete and is supported only for backwards
65+ compatibility.
6466
6567.. kernel-doc :: include/crypto/sha1.h
6668
6769SHA-2
6870-----
6971
70- Support for the SHA-2 family of cryptographic hash functions, including SHA-224 ,
71- SHA-256, SHA-384, and SHA-512. This also includes their corresponding HMACs:
72- HMAC-SHA224, HMAC-SHA256, HMAC-SHA384, and HMAC-SHA512.
72+ This API provides support for the SHA-2 family of cryptographic hash functions,
73+ including SHA-224, SHA- 256, SHA-384, and SHA-512. This also includes their
74+ corresponding HMACs: HMAC-SHA224, HMAC-SHA256, HMAC-SHA384, and HMAC-SHA512.
7375
7476.. kernel-doc :: include/crypto/sha2.h
7577
7678SHA-3
7779-----
7880
79- The SHA-3 functions are documented in :ref: `sha3 `.
81+ The SHA-3 API is documented in :ref: `sha3 `.
8082
8183SM3
8284---
8385
84- Support for the SM3 cryptographic hash function.
86+ This API provides support for the SM3 cryptographic hash function.
8587
8688.. kernel-doc :: include/crypto/sm3.h
0 commit comments