github.com/gotd/td/crypto.AuthKey.Value (field)
13 uses
github.com/gotd/td/crypto (current package)
bind.go#L149: key, iv := KeysV1(permKey.Value, msgKey)
cipher_decrypt.go#L34: msgKey := MessageKey(k.Value, plaintext, side)
cipher_decrypt.go#L74: key, iv := Keys(k.Value, encrypted.MsgKey, c.encryptSide.DecryptSide())
cipher_encrypt.go#L45: messageKey := MessageKey(k.Value, plaintext.Buf, c.encryptSide)
cipher_encrypt.go#L46: key, iv := Keys(k.Value, messageKey, c.encryptSide)
key.go#L48: Value: k,
key.go#L55: Value Key
key.go#L68: copy(a.Value[:], data)
key.go#L92: e.Base64(a.Value[:])
github.com/gotd/td/exchange
client_flow.go#L282: AuthKey: crypto.AuthKey{Value: key, ID: authKeyID},
github.com/gotd/td/telegram
session.go#L39: copy(key.Value[:], data.AuthKey)
session.go#L42: if key.Value.ID() != key.ID {
session.go#L86: data.AuthKey = keyToSave.Value[:]
 |
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. |