github.com/gotd/td/crypto.AuthKey.Zero (method)
13 uses
github.com/gotd/td/crypto (current package)
bind.go#L105: if permKey.Zero() {
key.go#L109: func (a AuthKey) Zero() bool {
github.com/gotd/td/mtproto
bind.go#L47: if s.Key.Zero() {
bind.go#L50: if s.PermKey.Zero() {
conn.go#L173: if conn.permKey.Zero() && !opt.Key.Zero() {
connect.go#L52: if session.Key.Zero() {
connect.go#L80: if c.permKey.Zero() {
options.go#L177: if opt.EnablePFS && opt.PermKey.Zero() && !opt.Key.Zero() {
github.com/gotd/td/telegram
pool.go#L131: data.AuthKey.Zero() &&
session.go#L82: if !s.PermKey.Zero() {
session.go#L145: if !s.PermKey.Zero() {
![]() |
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. |