crypto-api-0.10.2: A generic interface for cryptographic operations

Safe HaskellSafe-Infered

Crypto.Types

Description

Type aliases used throughout the crypto-api modules.

Synopsis

Documentation

type BitLength = IntSource

The length of a field (usually a ByteString) in bits

type ByteLength = IntSource

The length fo a field in bytes.