From 60fdf9768c4e65a8987e17de0c5a9d18ce940e6a Mon Sep 17 00:00:00 2001 From: kokke Date: Sat, 9 Jan 2021 03:27:13 +0100 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8a9a226..6811e0e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +![CI](https://github.com/kokke/tiny-AES-c/workflows/CI/badge.svg) ### Tiny AES 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. -- cgit v1.2.3