MCPcopy Create free account
hub / github.com/XTLS/REALITY / prfFunc

FuncType prfFunc

prf.go:21–21  ·  view source on GitHub ↗
func(secret []byte, label string, seed []byte, keyLen int) []byte

Source from the content-addressed store, hash-verified

19)
20
21type prfFunc func(secret []byte, label string, seed []byte, keyLen int) []byte
22
23// Split a premaster secret in two as specified in RFC 4346, Section 5.
24func splitPreMasterSecret(secret []byte) (s1, s2 []byte) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…