- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for generateKey1024 (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
api/go1.24.txt
pkg crypto/mlkem, const SeedSize = 64 #70122 pkg crypto/mlkem, const SeedSize ideal-int #70122 pkg crypto/mlkem, const SharedKeySize = 32 #70122 pkg crypto/mlkem, const SharedKeySize ideal-int #70122 pkg crypto/mlkem, func GenerateKey1024() (*DecapsulationKey1024, error) #70122 pkg crypto/mlkem, func GenerateKey768() (*DecapsulationKey768, error) #70122 pkg crypto/mlkem, func NewDecapsulationKey1024([]uint8) (*DecapsulationKey1024, error) #70122
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Dec 17 21:28:29 GMT 2024 - 14.2K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
decryptionKey1024 struct { s [k1024]nttElement // ByteDecode₁₂(dk[:decryptionKey1024Siz]) } // GenerateKey1024 generates a new decapsulation key, drawing random bytes from // a DRBG. The decapsulation key must be kept secret. func GenerateKey1024() (*DecapsulationKey1024, error) { // The actual logic is in a separate function to outline this allocation. dk := &DecapsulationKey1024{} return generateKey1024(dk) } func generateKey1024(dk *DecapsulationKey1024) (*DecapsulationKey1024, error) { var d [32]byte drbg.Read(d[:])...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) -
lib/fips140/v1.1.0-rc1.zip
decryptionKey1024 struct { s [k1024]nttElement // ByteDecode₁₂(dk[:decryptionKey1024Siz]) } // GenerateKey1024 generates a new decapsulation key, drawing random bytes from // a DRBG. The decapsulation key must be kept secret. func GenerateKey1024() (*DecapsulationKey1024, error) { // The actual logic is in a separate function to outline this allocation. dk := &DecapsulationKey1024{} return generateKey1024(dk) } func generateKey1024(dk *DecapsulationKey1024) (*DecapsulationKey1024, error) { fipsSelfTest() var d...Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)