Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for kemKeyGen1024 (0.09 seconds)

  1. lib/fips140/v1.1.0-rc1.zip

    fipsSelfTest() var d [32]byte drbg.Read(d[:]) var z [32]byte drbg.Read(z[:]) kemKeyGen1024(dk, &d, &z) fips140.PCT("ML-KEM PCT", func() error { return kemPCT1024(dk) }) fips140.RecordApproved() return dk, nil } // GenerateKeyInternal1 is a derandomized version of GenerateKey1024, // 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...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top