package
Version:
v1.1.7
Opens a new window with list of versions in this module.
Published: Sep 3, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func Expand[H hash.Hash](h func() H, pseudorandomKey []byte, info string, keyLength int) ([]byte, error)
-
func Extract[H hash.Hash](h func() H, secret, salt []byte) ([]byte, error)
-
func Key[H hash.Hash](h func() H, secret, salt []byte, info string, keyLength int) ([]byte, error)
Expand derives a key from a pseudorandom key and context information.
Extract generates a pseudorandom key from secret and salt.
Key derives a key from secret, salt, and context information.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.