github.com/gotd/td/internal/crypto.EncryptedMessageData.DecodeWithoutCopy (method)

2 uses

	github.com/gotd/td/internal/crypto (current package)
		cipher_decrypt.go#L42: 	if err := msg.DecodeWithoutCopy(&bin.Buffer{Buf: plaintext}); err != nil {
		encrypted_message_data.go#L107: func (e *EncryptedMessageData) DecodeWithoutCopy(b *bin.Buffer) error {