On Thu, Apr 30, 2020 at 11:51:59PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Use crypto_shash_digest() instead of crypto_shash_init() + > crypto_shash_update() + crypto_shash_final(). This is more efficient. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> Added to devel queue, thanks.
