Message ID | 20221018200422.179372-1-ardb@kernel.org |
---|---|
Headers | show |
Series | crypto: Add GCM-AES implementation to lib/crypto | expand |
On Tue, Oct 18, 2022 at 2:04 PM Ard Biesheuvel <ardb@kernel.org> wrote: > > Provide a generic library implementation of GCM-AES which can be used Every place else in the world, this is called AES-GCM. Can we stick with the convention?
On Tue, 18 Oct 2022 at 22:11, Jason A. Donenfeld <Jason@zx2c4.com> wrote: > > On Tue, Oct 18, 2022 at 2:04 PM Ard Biesheuvel <ardb@kernel.org> wrote: > > > > Provide a generic library implementation of GCM-AES which can be used > > Every place else in the world, this is called AES-GCM. Can we stick > with the convention? Good point, I'll change that next time around.