]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: chacha20poly1305 - Use lib/crypto poly1305
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Apr 2025 04:56:21 +0000 (12:56 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 5 May 2025 05:32:58 +0000 (13:32 +0800)
commita298765e28adaea199f722142c10dae7e24dedf8
treedf4b8b8a0a23947a07aea007b23b42566d83796e
parent318c53ae02f2abf1542062543741068278780d09
crypto: chacha20poly1305 - Use lib/crypto poly1305

Since the poly1305 algorithm is fixed, there is no point in going
through the Crypto API for it.  Use the lib/crypto poly1305 interface
instead.

For compatiblity keep the poly1305 parameter in the algorithm name.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/chacha20poly1305.c