diff options
Diffstat (limited to 'tests/conv/conv.h')
-rw-r--r-- | tests/conv/conv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/conv/conv.h b/tests/conv/conv.h index 676c5aff..0604859c 100644 --- a/tests/conv/conv.h +++ b/tests/conv/conv.h @@ -1,7 +1,7 @@ #pragma once -#define MAX_LEN_BITS 512 -#define MAX_LEN_BYTES (512/8) +#define MAX_LEN_BITS 2048 +#define MAX_LEN_BYTES (2048 / 8) struct conv_test_vector { const char *name; |