Re: [PATCH 01/04] Constant time AES implementation

2017-04-24 Thread Mike Belopuhov
On Mon, Apr 24, 2017 at 04:36 +0200, Mike Belopuhov wrote: > Hi, > > This is the first diff in series to replace our table-driven AES > implementation in the crypto framework with a constant time one > authored by Thomas Pornin. I've been on the lookout for a complete > constant time implementati

[PATCH 01/04] Constant time AES implementation

2017-04-23 Thread Mike Belopuhov
Hi, This is the first diff in series to replace our table-driven AES implementation in the crypto framework with a constant time one authored by Thomas Pornin. I've been on the lookout for a complete constant time implementation for several years and thanks to Thomas, we've got a very nice one no