diff --git a/unit/test-arc4.c b/unit/test-arc4.c index 70264fc9..2319fb99 100644 --- a/unit/test-arc4.c +++ b/unit/test-arc4.c @@ -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, },