Mercurial > dropbear
comparison libtomcrypt/src/hashes/whirl/whirltab.c @ 1435:f849a5ca2efc
update to libtomcrypt 1.17 (with Dropbear changes)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 24 Jun 2017 17:50:50 +0800 |
parents | 1b9e69c058d2 |
children | 6dba84798cd5 |
comparison
equal
deleted
inserted
replaced
1434:27b9ddb06b09 | 1435:f849a5ca2efc |
---|---|
1 /** | 1 /** |
2 @file whirltab.c | 2 @file whirltab.c |
3 WHIRLPOOL tables, Tom St Denis | 3 LTC_WHIRLPOOL tables, Tom St Denis |
4 */ | 4 */ |
5 static const ulong64 sbox0[] = { | 5 static const ulong64 sbox0[] = { |
6 CONST64(0x18186018c07830d8), CONST64(0x23238c2305af4626), CONST64(0xc6c63fc67ef991b8), CONST64(0xe8e887e8136fcdfb), | 6 CONST64(0x18186018c07830d8), CONST64(0x23238c2305af4626), CONST64(0xc6c63fc67ef991b8), CONST64(0xe8e887e8136fcdfb), |
7 CONST64(0x878726874ca113cb), CONST64(0xb8b8dab8a9626d11), CONST64(0x0101040108050209), CONST64(0x4f4f214f426e9e0d), | 7 CONST64(0x878726874ca113cb), CONST64(0xb8b8dab8a9626d11), CONST64(0x0101040108050209), CONST64(0x4f4f214f426e9e0d), |
8 CONST64(0x3636d836adee6c9b), CONST64(0xa6a6a2a6590451ff), CONST64(0xd2d26fd2debdb90c), CONST64(0xf5f5f3f5fb06f70e), | 8 CONST64(0x3636d836adee6c9b), CONST64(0xa6a6a2a6590451ff), CONST64(0xd2d26fd2debdb90c), CONST64(0xf5f5f3f5fb06f70e), |
576 CONST64(0xca2dbf07ad5a8333), | 576 CONST64(0xca2dbf07ad5a8333), |
577 CONST64(0x6302aa71c81949d9), | 577 CONST64(0x6302aa71c81949d9), |
578 }; | 578 }; |
579 | 579 |
580 | 580 |
581 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/whirl/whirltab.c,v $ */ | 581 /* $Source$ */ |
582 /* $Revision: 1.2 $ */ | 582 /* $Revision$ */ |
583 /* $Date: 2005/05/05 14:35:58 $ */ | 583 /* $Date$ */ |