- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CiphertextSize1024 (0.13 sec)
-
api/go1.24.txt
pkg crypto/hkdf, func Key[$0 hash.Hash](func() $0, []uint8, []uint8, string, int) ([]uint8, error) #61477 pkg crypto/mlkem, const CiphertextSize1024 = 1568 #70122 pkg crypto/mlkem, const CiphertextSize1024 ideal-int #70122 pkg crypto/mlkem, const CiphertextSize768 = 1088 #70122 pkg crypto/mlkem, const CiphertextSize768 ideal-int #70122 pkg crypto/mlkem, const EncapsulationKeySize1024 = 1568 #70122
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Dec 17 21:28:29 UTC 2024 - 14.2K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
shared key must be kept secret. func (ek *EncapsulationKey1024) Encapsulate() (sharedKey, ciphertext []byte) { // The actual logic is in a separate function to outline this allocation. var cc [CiphertextSize1024]byte return ek.encapsulate(&cc) } func (ek *EncapsulationKey1024) encapsulate(cc *[CiphertextSize1024]byte) (sharedKey, ciphertext []byte) { var m [messageSize]byte drbg.Read(m[:]) // Note that the modulus check (step 2 of the encapsulation key check from // FIPS 203, Section 7.2) is performed...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)