Re: [PATCH 1/2] AES-XCBC-MAC

2006-06-13 Thread Herbert Xu
On Wed, Jun 14, 2006 at 12:44:00AM +0900, Kazunori MIYAZAWA wrote: > This is preparation to introduce AES-XCBC-MAC. > - introducing common interface "keyed hash" > - making HMAC use the interface I'm sorry guys, but this seems to duplicate what I've been doing as generic parameterised algorithms.

Re: [PATCH 1/2] AES-XCBC-MAC

2006-06-13 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Wed, 14 Jun 2006 00:44:00 +0900), Kazunori MIYAZAWA <[EMAIL PROTECTED]> says: > This is preparation to introduce AES-XCBC-MAC. > - introducing common interface "keyed hash" > - making HMAC use the interface Acked-by: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> BTW,