github.com/gotd/td/internal/crypto.EncryptedMessage.AuthKeyID (field)
6 uses
github.com/gotd/td/internal/crypto (current package)
cipher_decrypt.go#L67: if k.ID != encrypted.AuthKeyID {
cipher_encrypt.go#L29: 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.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. |