- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for macKeyTag (0.06 sec)
-
lib/fips140/v1.1.0-rc1.zip
LICENSE file. // Package ssh implements the SSH KDF as specified in RFC 4253, // Section 7.2 and allowed by SP 800-135 Revision 1. package ssh import ( _ "crypto/internal/fips140/check" "hash" ) type Direction struct { ivTag []byte keyTag []byte macKeyTag []byte } var ServerKeys, ClientKeys Direction func init() { ServerKeys = Direction{[]byte{'B'}, []byte{'D'}, []byte{'F'}} ClientKeys = Direction{[]byte{'A'}, []byte{'C'}, []byte{'E'}} } func Keys[Hash hash.Hash](hash func() Hash, d Direction, K,...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)