- Sort Score
- Result 10 results
- Languages All
Results 31 - 31 of 31 for 73 (0.03 sec)
-
lib/fips140/v1.0.0.zip
error) { if len(ciphertext) != CiphertextSize1024 { return nil, errors.New("mlkem: invalid ciphertext length") } c := (*[CiphertextSize1024]byte)(ciphertext) // Note that the hash check (step 3 of the decapsulation input check from // FIPS 203, Section 7.3) is foregone as a DecapsulationKey is always // validly generated by ML-KEM.KeyGen_internal. return kemDecaps1024(dk, c), nil } // kemDecaps1024 produces a shared key from a ciphertext. // // It implements ML-KEM.Decaps_internal according to FIPS 203,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)