]> Git Repo - linux.git/commit
[CRYPTO] xcbc: New algorithm
authorKazunori MIYAZAWA <[email protected]>
Sat, 28 Oct 2006 03:15:24 +0000 (13:15 +1000)
committerDavid S. Miller <[email protected]>
Thu, 7 Dec 2006 02:38:49 +0000 (18:38 -0800)
commit333b0d7eeacbd47159daf23757aa81368470c409
treee05f1a3bed92833ab4d5f7c5dcc75ab8d8fcf245
parent45789328e5aa2de96d4467e4445418364e5378d7
[CRYPTO] xcbc: New algorithm

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 <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
crypto/Kconfig
crypto/Makefile
crypto/xcbc.c [new file with mode: 0644]
This page took 0.050185 seconds and 4 git commands to generate.