github.com/gotd/td/tg.PasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow.Salt1 (field)
7 uses
github.com/gotd/td/tg (current package)
tl_password_kdf_algo_gen.go#L149: Salt1 []byte
tl_password_kdf_algo_gen.go#L189: if !(p.Salt1 == nil) {
tl_password_kdf_algo_gen.go#L221: p.Salt1 = from.GetSalt1()
tl_password_kdf_algo_gen.go#L284: b.PutBytes(p.Salt1)
tl_password_kdf_algo_gen.go#L312: p.Salt1 = value
tl_password_kdf_algo_gen.go#L343: return p.Salt1
github.com/gotd/td/telegram/auth
password.go#L58: algo.Salt1 = newSalt
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. |