func Keys[Hash fips140.Hash](hash func() Hash, d Direction, K, H, sessionID []byte, ivKeyLen, keyLen, macKeyLen int, ) (ivKey, key, macKey []byte)
type Direction struct {
// contains filtered or unexported fields
}
var ServerKeys, ClientKeys Direction