Skip to content

Releases: auronandace/fips197

v0.2.1

20 Jul 08:51
Compare
Choose a tag to compare

Add categories and keywords to Cargo.toml.

v0.2.0

20 May 18:08
Compare
Choose a tag to compare

Change all internal and public functions to be const functions. This involved replacing for loops with while loops and not passing in mutable state to functions.

v0.1.0

18 May 09:48
Compare
Choose a tag to compare

Initial release.

6 public functions for 3 AES variants with 2 functions per variant (a cipher and an inverse cipher).