func crypto/hkdf.Expand
3 uses
crypto/hkdf (current package)
hkdf.go#L42: func Expand[H hash.Hash](h func() H, pseudorandomKey []byte, info string, keyLength int) ([]byte, error) {
crypto/hpke
kdf.go#L101: return hkdf.Expand(kdf.hash, randomKey, string(labeledInfo), int(length))
github.com/refraction-networking/utls/internal/hkdf
hkdf.go#L18: res, err := hkdf.Expand(h, pseudorandomKey, info, keyLength)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |