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