Skip to content

Releases: auronandace/fips197

v0.2.1

Choose a tag to compare

@auronandace auronandace released this 20 Jul 08:51

Add categories and keywords to Cargo.toml.

v0.2.0

Choose a tag to compare

@auronandace auronandace released this 20 May 18:08

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

Choose a tag to compare

@auronandace auronandace released this 18 May 09:48

Initial release.

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