- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for EncapsulationKey (0.13 sec)
-
api/go1.24.txt
pkg crypto/mlkem, method (*DecapsulationKey1024) EncapsulationKey() *EncapsulationKey1024 #70122 pkg crypto/mlkem, method (*DecapsulationKey768) Bytes() []uint8 #70122 pkg crypto/mlkem, method (*DecapsulationKey768) Decapsulate([]uint8) ([]uint8, error) #70122 pkg crypto/mlkem, method (*DecapsulationKey768) EncapsulationKey() *EncapsulationKey768 #70122
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Dec 17 21:28:29 UTC 2024 - 14.2K bytes - Viewed (0) -
lib/fips140/v1.0.0-c2097c7c.zip
ByteEncode₁₂(t) || ρ for i := range dk.t { b = polyByteEncode(b, dk.t[i]) } b = append(b, dk.ρ[:]...) // H(ek) || z b = append(b, dk.h[:]...) b = append(b, dk.z[:]...) return b } // EncapsulationKey returns the public encapsulation key necessary to produce // ciphertexts. func (dk *DecapsulationKey1024) EncapsulationKey() *EncapsulationKey1024 { return &EncapsulationKey1024{ ρ: dk.ρ, h: dk.h, encryptionKey1024: dk.encryptionKey1024, } } // An EncapsulationKey1024 is the public key used to produce ciphertexts...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
ByteEncode₁₂(t) || ρ for i := range dk.t { b = polyByteEncode(b, dk.t[i]) } b = append(b, dk.ρ[:]...) // H(ek) || z b = append(b, dk.h[:]...) b = append(b, dk.z[:]...) return b } // EncapsulationKey returns the public encapsulation key necessary to produce // ciphertexts. func (dk *DecapsulationKey1024) EncapsulationKey() *EncapsulationKey1024 { return &EncapsulationKey1024{ ρ: dk.ρ, h: dk.h, encryptionKey1024: dk.encryptionKey1024, } } // An EncapsulationKey1024 is the public key used to produce ciphertexts...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)