Skip to content

The Advanced Encryption Standard implemented in Rust without any dependencies

Notifications You must be signed in to change notification settings

mvanschellebeeck/aes-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aes-rs

aes-rs is the Advanced Encryption Standard implemented in pure Rust without any external dependencies.

to-dos

  • ECB mode
  • Implement decryption for 128, 192 and 256 bit variants
  • Create a nicer API for main.rs
  • Handle block padding
  • Consider ECB, CBC, OFB ..
  • Initialisation Vector (IV)

About

The Advanced Encryption Standard implemented in Rust without any dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages