raaz-0.2.0: The raaz cryptographic library.

Safe HaskellNone
LanguageHaskell2010

Raaz.Cipher.AES.CBC.Implementation.CPortable

Description

Portable C implementation of AES ciphers.

Synopsis

Documentation

aes128cbcI :: Implementation (AES 128 CBC) Source #

Implementation of 128-bit AES in CBC mode using Portable C.

aes192cbcI :: Implementation (AES 192 CBC) Source #

Implementation of 192-bit AES in CBC mode using Portable C.

aes256cbcI :: Implementation (AES 256 CBC) Source #

Implementation of 256-bit AES in CBC mode using Portable C.