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,

[PATCH 1/2] AES-XCBC-MAC

2006-06-13 Thread Kazunori MIYAZAWA
This is preparation to introduce AES-XCBC-MAC. - introducing common interface "keyed hash" - making HMAC use the interface --- commit 9c6b9affbacf12fc1e32868eaa14fef279b2696c tree 67b19707fae179e20bfb8060444f287d0bda7bb1 parent 650fb8382287f7990d5127a82a54295139224606 author Kazunori MIYAZAWA <[EM