From c1a58a1157cac9692e293aa6ab9126ac62e7f0d1 Mon Sep 17 00:00:00 2001 From: kokke Date: Mon, 10 Jul 2017 11:46:25 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index add3d34..53fba5e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a small and portable implementation of the AES ECB and CBC encryption algorithms written in C. -You can override the default 128bit key with a 192 or 256bit by defining the symbols AES192 or AES256 in `aes.h`. +You can override the default block-size of 128 bit with 192 or 256 bit by defining the symbols AES192 or AES256 in `aes.h`. The API is very simple and looks like this (I am using C99 ``-style annotated types): -- cgit v1.2.3