skein-1.0.9.4: Skein, a family of cryptographic hash functions. Includes Skein-MAC as well.

Copyright(c) 2011 Felipe A. Lessa
LicenseBSD3 (see LICENSE)
Maintainerfelipe.lessa@gmail.com
Stabilityprovisional
Portabilityportable (needs FFI)
Safe HaskellNone
LanguageHaskell98

Crypto.Skein.Internal

Contents

Description

Basic wrappers around the C library. You shouldn't need to use these functions. Instead, use the high-level Crypto.Skein module.

Synopsis

Return codes

check :: IO CInt -> IO () Source #

Throws exception if the function does not return successfully.

Skein-256

Skein-512

Skein-1024

Misc constants

sKEIN_SEQUENTIAL :: Word64 Source #

Pass to InitExt to get sequential processing.