From 9f140e440fec736ea4e962388ef8ded2730489f4 Mon Sep 17 00:00:00 2001 From: kokke Date: Fri, 1 Dec 2017 18:32:28 +0100 Subject: wiki-links to supported block-cipher mode of operation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index be5f347..cc1fe06 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Tiny AES in C -This is a small and portable implementation of the AES ECB, CTR and CBC encryption algorithms written in C. +This is a small and portable implementation of the AES [ECB](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Electronic_Codebook_.28ECB.29), [CTR](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Counter_.28CTR.29) and [CBC](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Cipher_Block_Chaining_.28CBC.29) encryption algorithms written in C. 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`. -- cgit v1.2.3