Deleted Added
full compact
castsb.h (104476) castsb.h (139825)
1/* $FreeBSD: head/sys/opencrypto/castsb.h 104476 2002-10-04 20:31:23Z sam $ */
1/* $FreeBSD: head/sys/opencrypto/castsb.h 139825 2005-01-07 02:29:27Z imp $ */
2/* $OpenBSD: castsb.h,v 1.1 2000/02/28 23:13:04 deraadt Exp $ */
2/* $OpenBSD: castsb.h,v 1.1 2000/02/28 23:13:04 deraadt Exp $ */
3/*
3/*-
4 * CAST-128 in C
5 * Written by Steve Reid <sreid@sea-to-sky.net>
6 * 100% Public Domain - no warranty
7 * Released 1997.10.11
8 */
9
10static const u_int32_t cast_sbox1[256] = {
11 0x30FB40D4, 0x9FA0FF0B, 0x6BECCD2F, 0x3F258C7A,

--- 534 unchanged lines hidden ---
4 * CAST-128 in C
5 * Written by Steve Reid <sreid@sea-to-sky.net>
6 * 100% Public Domain - no warranty
7 * Released 1997.10.11
8 */
9
10static const u_int32_t cast_sbox1[256] = {
11 0x30FB40D4, 0x9FA0FF0B, 0x6BECCD2F, 0x3F258C7A,

--- 534 unchanged lines hidden ---