package ssh

Import Path
	crypto/internal/fips140/ssh (on go.dev)

Dependency Relation
	imports 2 packages, and imported by 0 packages

Involved Source Files Package ssh implements the SSH KDF as specified in RFC 4253, Section 7.2 and allowed by SP 800-135 Revision 1.
Package-Level Type Names (only one)
/* sort by: | */
func Keys[Hash](hash func() Hash, d Direction, K, H, sessionID []byte, ivKeyLen, keyLen, macKeyLen int) (ivKey, key, macKey []byte) var ClientKeys var ServerKeys
Package-Level Functions (only one)
Type Parameters: Hash: fips140.Hash
Package-Level Variables (total 2)