Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for kemEncaps (0.09 seconds)

  1. lib/fips140/v1.26.0.zip

    FIPS 203, Section 7.2) is performed by polyByteDecode in parseEK. fips140.RecordApproved() return kemEncaps(cc, ek, &m) } // EncapsulateInternal is a derandomized version of Encapsulate, exclusively for // use in tests. func (ek *EncapsulationKey768) EncapsulateInternal(m *[32]byte) (sharedKey, ciphertext []byte) { fipsSelfTest() cc := &[CiphertextSize768]byte{} return kemEncaps(cc, ek, m) } // kemEncaps generates a shared key and an associated ciphertext. // // It implements ML-KEM.Encaps_internal...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  2. lib/fips140/v1.0.0-c2097c7c.zip

    from // FIPS 203, Section 7.2) is performed by polyByteDecode in parseEK. fips140.RecordApproved() return kemEncaps(cc, ek, &m) } // EncapsulateInternal is a derandomized version of Encapsulate, exclusively for // use in tests. func (ek *EncapsulationKey768) EncapsulateInternal(m *[32]byte) (sharedKey, ciphertext []byte) { cc := &[CiphertextSize768]byte{} return kemEncaps(cc, ek, m) } // kemEncaps generates a shared key and an associated ciphertext. // // It implements ML-KEM.Encaps_internal according...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
Back to Top