aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/aes128ofb.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/aes128ofb.c')
-rw-r--r--examples/aes128ofb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/aes128ofb.c b/examples/aes128ofb.c
index 51f0a8d..e786cd0 100644
--- a/examples/aes128ofb.c
+++ b/examples/aes128ofb.c
@@ -39,7 +39,7 @@ int main()
cipher = aes128ofb_encrypt(plain, &key_schedule, iv, &next_iv);
printf("\n");
- printf("Cypher: %s\n", format_aes_block128(&cipher).str);
+ printf("Cipher: %s\n", format_aes_block128(&cipher).str);
print_aes_block128_fips_matrix_style(&cipher);
printf("\n");