github.com/gotd/td/crypto.EncryptedMessage.AuthKeyID (field)
7 uses
github.com/gotd/td/crypto (current package)
bind.go#L160: AuthKeyID: permKey.ID,
cipher_decrypt.go#L67: if k.ID != encrypted.AuthKeyID {
cipher_encrypt.go#L52: AuthKeyID: k.ID,
encrypted_message.go#L7: AuthKeyID [8]byte
encrypted_message.go#L15: if err := b.ConsumeN(e.AuthKeyID[:], 8); err != nil {
encrypted_message.go#L36: if err := b.ConsumeN(e.AuthKeyID[:], 8); err != nil {
encrypted_message.go#L53: b.Put(e.AuthKeyID[:])
![]() |
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. |