vincenthz / hs-cipher-aes

DEPRECATED - use cryptonite - a comprehensive fast AES implementation for haskell that supports aesni and advanced cryptographic modes.
Other
22 stars 15 forks source link

Feature request: interpretive dance that compares various side channel attacks related to chipher-aes #31

Open solatis opened 9 years ago

solatis commented 9 years ago

Obviously the title is tongue-in-cheek and a reference to A Stick Figure Guide to the Advanced Encryption Standard, but I do think it is a valid issue to raise, since this library seems to feature a from-scratch implementation of AES.

How well has the code been analyzed and peer-reviewed, and is it suitable to use in production without fear of attacks from the usual suspects (timing attacks, cache-based attacks, branch prediction, etc) ?