Crate rs_aes

source ·
Expand description

AES - rs_aes - Advanced Encryption Standard

Important Note: This crate is still a work in progress and is not ready for consumption.

AES (Advanced Encryption Standard) is a symmetric key block cipher published by the U.S. National Institute of Standards and Technology (NIST) in 2001. It’s currently used in:

  • Secure communications protocols, such as HTTPS, IPsec, and SSL/TLS
  • Wireless communication standards, like Wi-Fi
  • Disk encryption systems
  • Secure file transfer protocols

This crate implements AES as part of the RustyShield project.

Structs

  • GF2ToThe8 represents a Galois Field with 2^8 (256) elements.