phkdf-0.1.0.0: lib/Crypto/PHKDF/HMAC/Subtle.hs
{-# LANGUAGE ViewPatterns, LambdaCase #-}
{- |
"Internal" data structures representing precomputed HMAC keys and partial HMAC
contexts, supporting incremental computation and backtracking.
-}
module Crypto.PHKDF.HMAC.Subtle
( module Crypto.Sha256.Hmac.Subtle
) where
import Crypto.Sha256.Hmac.Subtle