Imports #
"crypto/internal/fips140"
_ "crypto/internal/fips140/check"
"crypto/internal/fips140"
_ "crypto/internal/fips140/check"
var ClientKeys Directionvar ServerKeys Directiontype Direction struct {
ivTag []byte
keyTag []byte
macKeyTag []byte
}func Keys(hash func() Hash, d Direction, K []byte, H []byte, sessionID []byte, ivKeyLen int, keyLen int, macKeyLen int) (ivKey []byte, key []byte, macKey []byte)func init()Generated with Arrow