- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for GenerateKeyInternal7 (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
lib/fips140/v1.0.0-c2097c7c.zip
var d [32]byte drbg.Read(d[:]) var z [32]byte drbg.Read(z[:]) kemKeyGen(dk, &d, &z) fips140.PCT("ML-KEM PCT", func() error { return kemPCT(dk) }) fips140.RecordApproved() return dk, nil } // GenerateKeyInternal7 is a derandomized version of GenerateKey768, // exclusively for use in tests. func GenerateKeyInternal7(d, z *[32]byte) *DecapsulationKey768 { dk := &DecapsulationKey768{} kemKeyGen(dk, d, z) return dk } // NewDecapsulationKey7 parses a decapsulation key from a 64-byte // seed in the "d || z"...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0)