- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NewDecapsulationKey7 (0.16 sec)
-
lib/fips140/v1.1.0-rc1.zip
exclusively for use in tests. func GenerateKeyInternal7(d, z *[32]byte) *DecapsulationKey768 { fipsSelfTest() dk := &DecapsulationKey768{} kemKeyGen(dk, d, z) return dk } // NewDecapsulationKey7 parses a decapsulation key from a 64-byte // seed in the "d || z" form. The seed must be uniformly random. func NewDecapsulationKey7(seed []byte) (*DecapsulationKey768, error) { // The actual logic is in a separate function to outline this allocation. dk := &DecapsulationKey768{} return newKeyFromSeed(dk,...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)