type github.com/gotd/td/internal/crypto.EncryptedMessage
11 uses
github.com/gotd/td/internal/crypto (current package)
cipher_decrypt.go#L15: msg := &EncryptedMessage{}
cipher_decrypt.go#L26: func (c Cipher) Decrypt(k AuthKey, encrypted *EncryptedMessage) (*EncryptedMessageData, error) {
cipher_decrypt.go#L66: func (c Cipher) decryptMessage(k AuthKey, encrypted *EncryptedMessage) ([]byte, error) {
cipher_encrypt.go#L15: func (c Cipher) encryptMessage(k AuthKey, plaintext *bin.Buffer) (EncryptedMessage, error) {
cipher_encrypt.go#L19: return EncryptedMessage{}, err
cipher_encrypt.go#L26: return EncryptedMessage{}, err
cipher_encrypt.go#L28: msg := EncryptedMessage{
encrypted_message.go#L6: type EncryptedMessage struct {
encrypted_message.go#L14: func (e *EncryptedMessage) Decode(b *bin.Buffer) error {
encrypted_message.go#L35: func (e *EncryptedMessage) DecodeWithoutCopy(b *bin.Buffer) error {
encrypted_message.go#L52: func (e EncryptedMessage) Encode(b *bin.Buffer) error {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |