raaz-0.2.1: The raaz cryptographic library.

Safe HaskellNone
LanguageHaskell2010

Raaz.Hash.Sha512.Implementation.CPortable

Description

The portable C-implementation of SHA512

Synopsis

Documentation

implementation :: Implementation SHA512 Source #

The portable C implementation of SHA512.

cPortable :: HashI SHA512 (HashMemory SHA512) Source #

The Hash implementation, i.e. HashI associated with the portable C implementation for the hash SHA512. This can be used to implement truncated implementation like SHA384.