[CRYPTO] xcbc: New algorithm
authorKazunori MIYAZAWA <miyazawa@linux-ipv6.org>
Sat, 28 Oct 2006 03:15:24 +0000 (13:15 +1000)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 7 Dec 2006 02:38:49 +0000 (18:38 -0800)
This is core code of XCBC.

XCBC is an algorithm that forms a MAC algorithm out of a cipher algorithm.
For example, AES-XCBC-MAC is a MAC algorithm based on the AES cipher
algorithm.

Signed-off-by: Kazunori MIYAZAWA <miyazawa@linux-ipv6.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found