libghc-cipher-aes128-prof

Aes and common modes; profiling libraries
  https://github.com/TomMD/cipher-aes128
  0
  no reviews



Cipher-aes128 is an implementation of aes and common modes of operation.

it borrows hanquez's c aes code (see 'cipher-aes') but is unique due to
* including compile-time detection of ni compiler support,
* a slightly more functional interface for gcm operations,
* exposure of 'ptr' based operations via the .internal module, and
* build-in crypto-api support.
cipher-aes128 was originally developed as "'cipher-aes' plus trampolines", which has since been adopted into cipher-aes.

this package provides a library for the haskell programming language, compiled for profiling. see http://www.haskell.org/ for more information on haskell.