From bec414fe59dcc319183aab9ca9cbd70fbb4242df Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 24 May 2015 17:47:15 +0300 Subject: add FIPS-style printing to AES-192/256 blocks --- examples/aes256cbc_example.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/aes256cbc_example.c') 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); -- cgit v1.2.3