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

[CRYPTO] digest: Remove unnecessary zeroing during init



Various digest algorithms operate one block at a time and therefore
keep a temporary buffer of partial blocks.  This buffer does not need
to be initialised since there is a counter which indicates what is and
isn't valid in it.

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