ssh

Imports

Imports #

"crypto/internal/fips140"
_ "crypto/internal/fips140/check"

Constants & Variables

ClientKeys var #

var ClientKeys Direction

ServerKeys var #

var ServerKeys Direction

Structs

Direction struct #

type Direction struct {
ivTag []byte
keyTag []byte
macKeyTag []byte
}

Functions

Keys function #

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)

init function #

func init()

Generated with Arrow