Re: [PATCH net-next v5 19/20] security/keys: rewrite big_key crypto to use Zinc
From: David Howells <dhowells@redhat.com>
Date: 2018-09-18 17:01:54
Also in:
linux-crypto, lkml
From: David Howells <dhowells@redhat.com>
Date: 2018-09-18 17:01:54
Also in:
linux-crypto, lkml
Jason A. Donenfeld [off-list ref] wrote:
A while back, I noticed that the crypto and crypto API usage in big_keys were entirely broken in multiple ways, so I rewrote it. Now, I'm rewriting it again, but this time using Zinc's ChaCha20Poly1305 function.
warthog>git grep chacha20poly1305_decrypt net-next/master warthog1> Where do I find this? David