const crypto/internal/fips140/mlkem.CiphertextSize1024

11 uses

	crypto/internal/fips140/mlkem (current package)
		mlkem1024.go#L283: 	var cc [CiphertextSize1024]byte
		mlkem1024.go#L287: func (ek *EncapsulationKey1024) encapsulate(cc *[CiphertextSize1024]byte) (sharedKey, ciphertext []byte) {
		mlkem1024.go#L299: 	cc := &[CiphertextSize1024]byte{}
		mlkem1024.go#L306: func kemEncaps1024(cc *[CiphertextSize1024]byte, ek *EncapsulationKey1024, m *[messageSize]byte) (K, c []byte) {
		mlkem1024.go#L360: func pkeEncrypt1024(cc *[CiphertextSize1024]byte, ex *encryptionKey1024, m *[messageSize]byte, rnd []byte) []byte {
		mlkem1024.go#L404: 	if len(ciphertext) != CiphertextSize1024 {
		mlkem1024.go#L407: 	c := (*[CiphertextSize1024]byte)(ciphertext)
		mlkem1024.go#L417: func kemDecaps1024(dk *DecapsulationKey1024, c *[CiphertextSize1024]byte) (K []byte) {
		mlkem1024.go#L430: 	var cc [CiphertextSize1024]byte
		mlkem1024.go#L441: func pkeDecrypt1024(dx *decryptionKey1024, c *[CiphertextSize1024]byte) []byte {
		mlkem768.go#L68: 	CiphertextSize1024       = k1024*encodingSize11 + encodingSize5