const crypto/mlkem.CiphertextSize1024

4 uses

	crypto/mlkem (current package)
		mlkem.go#L33: 	CiphertextSize1024 = 1568

	crypto/hpke
		pq.go#L76: 	pqCiphertextSize: mlkem.CiphertextSize1024,
		pq.go#L381: 	ciphertextSize: mlkem.CiphertextSize1024,

	crypto/tls
		key_schedule.go#L108: 			97, mlkem.EncapsulationKeySize1024, mlkem.CiphertextSize1024,