diff options
author | kokke <spam@rowdy.dk> | 2021-01-09 03:27:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 03:27:13 +0100 |
commit | 60fdf9768c4e65a8987e17de0c5a9d18ce940e6a (patch) | |
tree | e176090f3486a6623beb7e5b7dd2bf8c3f06df27 /README.md | |
parent | Update c-cpp.yml (diff) | |
download | tiny-AES-c-60fdf9768c4e65a8987e17de0c5a9d18ce940e6a.tar tiny-AES-c-60fdf9768c4e65a8987e17de0c5a9d18ce940e6a.tar.gz tiny-AES-c-60fdf9768c4e65a8987e17de0c5a9d18ce940e6a.tar.bz2 tiny-AES-c-60fdf9768c4e65a8987e17de0c5a9d18ce940e6a.tar.lz tiny-AES-c-60fdf9768c4e65a8987e17de0c5a9d18ce940e6a.tar.xz tiny-AES-c-60fdf9768c4e65a8987e17de0c5a9d18ce940e6a.tar.zst tiny-AES-c-60fdf9768c4e65a8987e17de0c5a9d18ce940e6a.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |