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

Cardano.Crypto.Hash.SHA3_512

Description

Implementation of the SHA3_512 hashing algorithm.

Documentation

data SHA3_512 Source #

Instances

Instances details
HashAlgorithm SHA3_512 Source # 
Instance details

Defined in Cardano.Crypto.Hash.SHA3_512

Associated Types

type SizeHash SHA3_512Nat Source #

Methods

hashAlgorithmName ∷ proxy SHA3_512 → String Source #

digest ∷ proxy SHA3_512ByteStringByteString Source #

type SizeHash SHA3_512 Source # 
Instance details

Defined in Cardano.Crypto.Hash.SHA3_512

type SizeHash SHA3_512 = 64