fips197 0.2.1

A 0 dependency, no_std implementation of AES128, AES192 and AES256 ciphers.
Documentation
  • Coverage
  • 100%
    7 out of 7 items documented6 out of 6 items with examples
  • Size
  • Source code size: 42.22 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.58 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • auronandace/fips197
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • auronandace

fips197

A 0 dependency, no_std implementation of AES128, AES192 and AES256 ciphers.

Motivation

I wanted to see if I could implement AES (Advanced Encryption Standard) by reading the specifications. The examples in the specifications helped me to formulate the tests to prove I have implemented it correctly.

Implementation Considerations

This implementation makes use of look-up tables and is thus not fully protected against side channel attacks.

Documentation

Documentation can be found here: https://docs.rs/fips197

Acknowledgements

FIPS 197 specifications: https://csrc.nist.gov/publications/detail/fips/197/final