sha256-0.1.0.2: A modern binding to SHA256, HMAC, HKDF, and PBKDF2
Copyright(c) 2024 Auth Global
LicenseApache2
Safe HaskellSafe-Inferred
LanguageHaskell2010

Crypto.Sha256.Hkdf.Subtle

Description

 
Synopsis

Documentation

newtype HkdfCtx Source #

Context type for incremental hkdfExtract

Constructors

HkdfCtx 

Instances

Instances details
Eq HkdfCtx Source # 
Instance details

Defined in Crypto.Sha256.Hkdf.Subtle

Methods

(==) :: HkdfCtx -> HkdfCtx -> Bool #

(/=) :: HkdfCtx -> HkdfCtx -> Bool #

Ord HkdfCtx Source # 
Instance details

Defined in Crypto.Sha256.Hkdf.Subtle

data HkdfGen Source #

Plain-old-data representation of the generator for hkdfExpand