cardano-crypto-class-2.2.2.0: Type classes abstracting over cryptography primitives for Cardano
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Crypto.Hash.SHA512

Description

Implementation of the SHA512 hashing algorithm.

Documentation

data SHA512 Source #

Instances

Instances details
HashAlgorithm SHA512 Source # 
Instance details

Defined in Cardano.Crypto.Hash.SHA512

Associated Types

type SizeHash SHA512Nat Source #

Methods

hashAlgorithmName ∷ proxy SHA512 → String Source #

digest ∷ proxy SHA512ByteStringByteString Source #

type SizeHash SHA512 Source # 
Instance details

Defined in Cardano.Crypto.Hash.SHA512

type SizeHash SHA512 = 64