unit: Remove unneeded lines

This commit is contained in:
Denis Kenzior 2015-02-18 21:09:48 -06:00
parent a9ba927eb0
commit da5812c0a6
1 changed files with 0 additions and 5 deletions

View File

@ -35,11 +35,6 @@ struct arc4_skip_data {
uint8_t result[16];
};
#if 0
DEC 496 HEX 1f0: b6 d1 e6 c4 a5 e4 77 1c ad 79 53 8d f2 95 fb 11
DEC 512 HEX 200: c6 8c 1d 5c 55 9a 97 41 23 df 1d bc 52 a4 3b 89
#endif
static const struct arc4_skip_data test_0 = {
.key = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 0x10, },