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

2 uses

	github.com/gotd/td/internal/crypto (current package)
		cipher_decrypt.go#L18: 	if err := msg.DecodeWithoutCopy(buf); err != nil {
		encrypted_message.go#L35: func (e *EncryptedMessage) DecodeWithoutCopy(b *bin.Buffer) error {