Copyright | Copyright © 2021 Lars Kuhtz <lakuhtz@gmail.com> |
---|---|
License | MIT |
Maintainer | Lars Kuhtz <lakuhtz@gmail.com> |
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Data.Hash.SHA3
Contents
Description
SHA-3 Hash Functions
Synopsis
- newtype Sha3_224 = Sha3_224 ShortByteString
- newtype Sha3_256 = Sha3_256 ShortByteString
- newtype Sha3_384 = Sha3_384 ShortByteString
- newtype Sha3_512 = Sha3_512 ShortByteString
- newtype Shake128 = Shake128 ShortByteString
- newtype Shake256 = Shake256 ShortByteString
- module Data.Hash.Class.Mutable
SHA-3
SHA-3 (Secure Hash Algorithm 3) is a family of cryptographic hash functions standardized in NIST FIPS 202, first published in 2015. It is based on the Keccak algorithm. These functions conform to NIST FIPS 202.
Constructors
Sha3_224 ShortByteString |
Instances
Constructors
Sha3_256 ShortByteString |
Instances
Constructors
Sha3_384 ShortByteString |
Instances
Constructors
Sha3_512 ShortByteString |
Instances
Constructors
Shake128 ShortByteString |
Instances
Constructors
Shake256 ShortByteString |
Instances
module Data.Hash.Class.Mutable