Skip to content

tombusby/haskell-aes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell-aes

Implementation of the AES-128 encryption standard to practise my Haskell and to learn Stack/hspec.

Examples (which I used in testing) of correct AES-128 intermediate states are found in this document.

Currently supports ECB mode, but I will be extending it to CBC mode very soon.

NOT SUITABLE FOR PRODUCTION USE.

About

Implementation of the AES-128 encryption standard to practise my Haskell and to learn Stack/hspec. NOT SUITABLE FOR PRODUCTION USE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published