package
standard library
Version:
go1.24.1
Opens a new window with list of versions in this module.
Published: Mar 4, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ssh implements the SSH KDF as specified in RFC 4253,
Section 7.2 and allowed by SP 800-135 Revision 1.
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 {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.