Skip to content
Commit 5773a3e6 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: crc32c - Add ahash implementation



This patch reimplements crc32c using the ahash interface.  This
allows one tfm to be used by an unlimited number of users provided
that they all use the same key (which all current crc32c users do).

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 20036252
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