commit | e2ee95b8c69e542d6afef3f6f38ea598cc146ba7 | [log] [tgz] |
---|---|---|
author | Hye-Shik Chang <perky@FreeBSD.org> | Tue Aug 21 20:01:03 2007 +0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:38 2007 -0700 |
tree | 9fea66f721fd0ca6b8b519a927a1c65fcbcb56ef | |
parent | aa379a6ab17ff5b06552c52360ce6d9f8c7c209a [diff] |
[CRYPTO] seed: New cipher algorithm This patch adds support for the SEED cipher (RFC4269). This patch have been used in few VPN appliance vendors in Korea for several years. And it was verified by KISA, who developed the algorithm itself. As its importance in Korean banking industry, it would be great if linux incorporates the support. Signed-off-by: Hye-Shik Chang <perky@FreeBSD.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>