hkdf

package standard library
go1.25.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2025 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Expand

func Expand[H hash.Hash](h func() H, pseudorandomKey []byte, info string, keyLen int) []byte

func Extract

func Extract[H hash.Hash](h func() H, secret, salt []byte) []byte

func Key

func Key[H hash.Hash](h func() H, secret, salt []byte, info string, keyLen int) []byte

Types

This section is empty.