threefish-0.2.6: The Threefish block cipher and the Skein hash function for Haskell.

Safe HaskellNone

Crypto.Threefish.Skein.KDF

Description

Skein as a key derivation function.

Synopsis

Documentation

deriveKey :: Key256 -> Block256 -> Key256Source

Derive a key from a master key using a custom key identifier.

deriveKeys :: Key256 -> [Key256]Source

Derive up to 2^64 keys from a master key. The key identifiers will be 0, 1, ... 2^64-1.