Re: [RFC PATCH 00/20] crypto: wireguard with crypto API library interface

2019-09-30 Thread Ard Biesheuvel
On Sun, 29 Sep 2019 at 19:38, Ard Biesheuvel wrote: ... > > Patches can be found here: > https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git/log/?h=wireguard-crypto-library-api > Note: I touched up some minor issues spotted by the build robots, so if anyone pulled this for testing, you

[RFC PATCH 00/20] crypto: wireguard with crypto API library interface

2019-09-29 Thread Ard Biesheuvel
This is a follow-up to 'crypto: wireguard using the existing crypto API'. Linus has made it abundantly clear that using the abstract AEAD interface is not acceptable for instantiating a transformation that is known at compile time, so I will abandon that approach for the time being. If anyone turns