- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for GenerateKeyInternal1 (0.14 sec)
-
lib/fips140/v1.0.0.zip
fips140.PCT("ML-KEM PCT", func() error { return kemPCT1024(dk) }); err != nil { // This clearly can't happen, but FIPS 140-3 requires us to check. panic(err) } fips140.RecordApproved() return dk, nil } // GenerateKeyInternal1 is a derandomized version of GenerateKey1024, // exclusively for use in tests. func GenerateKeyInternal1(d, z *[32]byte) *DecapsulationKey1024 { dk := &DecapsulationKey1024{} kemKeyGen1024(dk, d, z) return dk } // NewDecapsulationKey1 parses a decapsulation key from a 64-byte // seed in the "d...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)