github.com/gotd/td/tg.AccountPassword.NewAlgo (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_password_gen.go#L92: NewAlgo PasswordKdfAlgoClass
tl_account_password_gen.go#L156: if !(p.NewAlgo == nil) {
tl_account_password_gen.go#L223: p.NewAlgo = from.GetNewAlgo()
tl_account_password_gen.go#L397: if p.NewAlgo == nil {
tl_account_password_gen.go#L400: if err := p.NewAlgo.Encode(b); err != nil {
tl_account_password_gen.go#L483: p.NewAlgo = value
tl_account_password_gen.go#L668: return p.NewAlgo
github.com/gotd/td/telegram/auth
password.go#L90: algo, ok := p.NewAlgo.(*tg.PasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow)
password.go#L92: return errors.Errorf("unsupported algo: %T", p.NewAlgo)
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. |