func github.com/gotd/td/internal/crypto.MessageKey

3 uses

	github.com/gotd/td/internal/crypto (current package)
		cipher_decrypt.go#L34: 	msgKey := MessageKey(k.Value, plaintext, side)
		cipher_encrypt.go#L22: 	messageKey := MessageKey(k.Value, plaintext.Buf, c.encryptSide)
		keys.go#L123: func MessageKey(authKey Key, plaintextPadded []byte, mode Side) bin.Int128 {