github.com/gotd/td/internal/crypto.AuthKey.Value (field)
12 uses
github.com/gotd/td/internal/crypto (current package)
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#L22: messageKey := MessageKey(k.Value, plaintext.Buf, c.encryptSide)
cipher_encrypt.go#L23: 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/internal/exchange
client_flow.go#L262: AuthKey: crypto.AuthKey{Value: key, ID: authKeyID},
github.com/gotd/td/telegram
session.go#L38: copy(key.Value[:], data.AuthKey)
session.go#L41: if key.Value.ID() != key.ID {
session.go#L80: data.AuthKey = s.Key.Value[:]
|
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. |