aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/aes256ecb_example.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/aes256ecb_example.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/aes256ecb_example.c b/examples/aes256ecb_example.c
index fe7f9b9..d7a82ee 100644
--- a/examples/aes256ecb_example.c
+++ b/examples/aes256ecb_example.c
@@ -25,6 +25,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);
cypher = aes256ecb_encrypt(plain, &key);
printf("\n");