X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-cscipher-test.c;h=64155a570dd8520add9ea588684fdd491f087f83;hp=f9f3aad79c674c288c1a269d62d131aaa5edc7e0;hb=f4853b26a54089e6796fcf115f739f1e9ea7ceb7;hpb=083a6aff753ef04626cea2bdf1107ff24e93142c diff --git a/test_src/main-cscipher-test.c b/test_src/main-cscipher-test.c index f9f3aad..64155a5 100644 --- a/test_src/main-cscipher-test.c +++ b/test_src/main-cscipher-test.c @@ -62,8 +62,8 @@ void testrun_nessie_cscipher(void){ void testrun_cscipher(void){ uint8_t data[] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef }; - uint8_t key[] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, - 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10 }; + uint8_t key[] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, + 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10 }; cscipher_ctx_t ctx; cli_putstr("\r\n== CS-Cipher test==\r\nkey: "); cli_hexdump(key, 16);