Skip to content

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

License

Notifications You must be signed in to change notification settings

auronandace/fips197

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages