Skip to content
Commit 1e1f0061 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: chacha20poly1305 - Use skcipher



This patch converts chacha20poly1305 to use the new skcipher
interface as opposed to ablkcipher.

It also fixes a buglet where we may end up with an async poly1305
when the user asks for a async algorithm.  This shouldn't be a
problem yet as there aren't any async implementations of poly1305
out there.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 16f37ecd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment