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

Cardano.Crypto.Hash.Keccak256

Description

Implementation of the Keccak256 hashing algorithm.

Documentation

data Keccak256 Source #

Instances

Instances details
HashAlgorithm Keccak256 Source # 
Instance details

Defined in Cardano.Crypto.Hash.Keccak256

Associated Types

type SizeHash Keccak256Nat Source #

Methods

hashAlgorithmName ∷ proxy Keccak256 → String Source #

digest ∷ proxy Keccak256ByteStringByteString Source #

type SizeHash Keccak256 Source # 
Instance details

Defined in Cardano.Crypto.Hash.Keccak256