Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
The portable C-implementation of Sha512.
Synopsis
- name :: String
- description :: String
- type Prim = Sha512
- type Internals = Sha512Mem
- type BufferAlignment = 32
- type BufferPtr = AlignedBlockPtr BufferAlignment Prim
- additionalBlocks :: BlockCount Sha512
- processBlocks :: BufferPtr -> BlockCount Sha512 -> Internals -> IO ()
- processLast :: BufferPtr -> BYTES Int -> Internals -> IO ()
Documentation
description :: String Source #
type BufferAlignment = 32 Source #
type BufferPtr = AlignedBlockPtr BufferAlignment Prim Source #
additionalBlocks :: BlockCount Sha512 Source #