- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for NewDecapsulationKey1 (0.22 sec)
-
lib/fips140/v1.0.0-c2097c7c.zip
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 || z" form. The seed must be uniformly random. func NewDecapsulationKey1(seed []byte) (*DecapsulationKey1024, error) { // The actual logic is in a separate function to outline this allocation. dk := &DecapsulationKey1024{} return newKeyFromSeed1024(dk,...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
exclusively for use in tests. func GenerateKeyInternal1(d, z *[32]byte) *DecapsulationKey1024 { fipsSelfTest() dk := &DecapsulationKey1024{} kemKeyGen1024(dk, d, z) return dk } // NewDecapsulationKey1 parses a decapsulation key from a 64-byte // seed in the "d || z" form. The seed must be uniformly random. func NewDecapsulationKey1(seed []byte) (*DecapsulationKey1024, error) { // The actual logic is in a separate function to outline this allocation. dk := &DecapsulationKey1024{} return newKeyFromSeed1024(dk,...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)