blake2-0.1.0: A library providing BLAKE2

MaintainerJohn Galt <jgalt@centromere.net>
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Crypto.Hash.BLAKE2.Internal

Contents

Description

 

Synopsis

Types

type InitFunc a = Ptr a -> Int -> IO CInt Source

type InitKeyFunc a = Ptr a -> Word8 -> Ptr CChar -> Word8 -> IO CInt Source

type UpdateFunc a = Ptr a -> Ptr Word8 -> Word64 -> IO CInt Source

type FinalFunc a = Ptr a -> Ptr Word8 -> Word8 -> IO CInt Source

Functions