package hkdf
import "crypto/internal/fips140/hkdf"
Index ¶
- func Expand[H fips140.Hash](h func() H, pseudorandomKey []byte, info string, keyLen int) []byte
- func Extract[H fips140.Hash](h func() H, secret, salt []byte) []byte
- func Key[H fips140.Hash](h func() H, secret, salt []byte, info string, keyLen int) []byte
Functions ¶
func Expand ¶
func Extract ¶
func Key ¶
Source Files ¶
- Version
- v1.24.0 (latest)
- Published
- Feb 10, 2025
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 20 minutes ago –
Tools for package owners.