Skip to content

Releases: ilvn/aes256

Counter mode

18 Jul 06:34
f04b572
Compare
Choose a tag to compare

Additional source code for the CTR mode.

Formal

10 Jul 20:24
Compare
Choose a tag to compare

What's Changed

  • Support formal verification with CBMC;
  • Update signatures for public functions to return call results.

The basic edition.

08 May 05:34
Compare
Choose a tag to compare

This is a lightly revamped variant of the legacy source code from http://www.literatecode.com.

What's Changed

  • Source code minor touch-up and restyle;
  • Fixed a few pedantic warnings from clang/GCC;
  • Modified demo to use multiple test vectors.