const crypto/internal/fips140/mlkem.CiphertextSize1024

11 uses

	crypto/internal/fips140/mlkem (current package)
		mlkem1024.go#L278: 	var cc [CiphertextSize1024]byte
		mlkem1024.go#L282: func (ek *EncapsulationKey1024) encapsulate(cc *[CiphertextSize1024]byte) (sharedKey, ciphertext []byte) {
		mlkem1024.go#L296: 	cc := &[CiphertextSize1024]byte{}
		mlkem1024.go#L303: func kemEncaps1024(cc *[CiphertextSize1024]byte, ek *EncapsulationKey1024, m *[messageSize]byte) (K, c []byte) {
		mlkem1024.go#L357: func pkeEncrypt1024(cc *[CiphertextSize1024]byte, ex *encryptionKey1024, m *[messageSize]byte, rnd []byte) []byte {
		mlkem1024.go#L403: 	if len(ciphertext) != CiphertextSize1024 {
		mlkem1024.go#L406: 	c := (*[CiphertextSize1024]byte)(ciphertext)
		mlkem1024.go#L416: func kemDecaps1024(dk *DecapsulationKey1024, c *[CiphertextSize1024]byte) (K []byte) {
		mlkem1024.go#L429: 	var cc [CiphertextSize1024]byte
		mlkem1024.go#L440: func pkeDecrypt1024(dx *decryptionKey1024, c *[CiphertextSize1024]byte) []byte {
		mlkem768.go#L68: 	CiphertextSize1024       = k1024*encodingSize11 + encodingSize5