- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for kemEncaps (2.08 sec)
-
lib/fips140/v1.0.0.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...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)