- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for GenerateKey768 (0.19 sec)
-
lib/fips140/v1.0.0.zip
sampleNTT(ρ, j, i) } // decryptionKey is the parsed and expanded form of a PKE decryption key. type decryptionKey struct { s [k]nttElement // ByteDecode₁₂(dk[:decryptionKeySize]) } // GenerateKey768 generates a new decapsulation key, drawing random bytes from // a DRBG. The decapsulation key must be kept secret. func GenerateKey768() (*DecapsulationKey768, error) { // The actual logic is in a separate function to outline this allocation. dk := &DecapsulationKey768{} return generateKey(dk) } func generateKey(dk...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)