Re: [cryptopp-users] Support for AES SIV Mode

2022-07-21 Thread Uri Blumenthal
I support the idea of adding SIV mode. Except that I prefer AES GCM SIV, as I like it's key derivation mechanism better. > On Jul 21, 2022, at 16:20, Alan Gillespie wrote: > >  > I have a need for AES SIV Mode as described in RFC 5297, and I wondered > whether there was anything in the

[cryptopp-users] Support for AES SIV Mode

2022-07-21 Thread Alan Gillespie
I have a need for AES SIV Mode as described in RFC 5297, and I wondered whether there was anything in the pipeline to add support into Crypto++. If not, and if somebody could give me some pointers as to how to go about doing it, I will happily do the work myself and contribute the result.