type github.com/gotd/td/crypto.EncryptedMessage
13 uses
github.com/gotd/td/crypto (current package)
bind.go#L159: msg := EncryptedMessage{
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#L33: func (c Cipher) encryptMessage(k AuthKey, plaintext *bin.Buffer) (EncryptedMessage, error) {
cipher_encrypt.go#L38: return EncryptedMessage{}, err
cipher_encrypt.go#L42: return EncryptedMessage{}, err
cipher_encrypt.go#L49: return EncryptedMessage{}, err
cipher_encrypt.go#L51: 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.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |