ilvn / aes256ctr

Byte-oriented AES-256 in CTR mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ This repository is deprecated in favour of ilvn/aes256

This is a portable byte-oriented implementation of AES-256 encryption in CTR mode. It is based on the original byte-oriented AES-256 code available at http://www.literatecode.com/aes256

We can formally verify this code by using CBMC - a bounded model checker for C/C++ programs, available at http://www.cprover.org/cbmc/

About

Byte-oriented AES-256 in CTR mode

License:MIT License


Languages

Language:C 92.7%Language:Makefile 7.3%