github.com/gotd/td/tg.AccountPassword.NewSecureAlgo (field)
7 uses
github.com/gotd/td/tg (current package)
tl_account_password_gen.go#L97: NewSecureAlgo SecurePasswordKdfAlgoClass
tl_account_password_gen.go#L159: if !(p.NewSecureAlgo == nil) {
tl_account_password_gen.go#L224: p.NewSecureAlgo = from.GetNewSecureAlgo()
tl_account_password_gen.go#L403: if p.NewSecureAlgo == nil {
tl_account_password_gen.go#L406: if err := p.NewSecureAlgo.Encode(b); err != nil {
tl_account_password_gen.go#L490: p.NewSecureAlgo = value
tl_account_password_gen.go#L676: return p.NewSecureAlgo
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. |