Releases: auronandace/fips197
Releases · auronandace/fips197
v0.2.1
v0.2.0
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
Initial release.
6 public functions for 3 AES variants with 2 functions per variant (a cipher and an inverse cipher).