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

Cardano.Crypto.Hash.Short

Description

Implementation of short hashing algorithm, suitable for testing.

Documentation

data Blake2bPrefix (n :: Nat) Source #

Instances

Instances details
(KnownNat n, CmpNat n 33 ~ 'LT) => HashAlgorithm (Blake2bPrefix n) Source # 
Instance details

Defined in Cardano.Crypto.Hash.Short

Associated Types

type SizeHash (Blake2bPrefix n) :: Nat Source #

type SizeHash (Blake2bPrefix n) Source # 
Instance details

Defined in Cardano.Crypto.Hash.Short

type SizeHash (Blake2bPrefix n) = n