aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/aes256cbc_example.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/aes256cbc_example.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/aes256cbc_example.c b/examples/aes256cbc_example.c
index 4ce50d9..275b947 100644
--- a/examples/aes256cbc_example.c
+++ b/examples/aes256cbc_example.c
@@ -26,6 +26,7 @@ int main()
printf("\n");
printf("Key: %s\n", format_aes_block256(&key).str);
printf(" %s\n", format_aes_block256_fips_style(&key).str);
+ print_aes_block256_fips_matrix_style(&key);
printf("\n");
printf("Initialization vector: %s\n", format_aes_block128(&iv).str);