github.com/gotd/td/internal/crypto/srp.Input.Salt2 (field)
6 uses
github.com/gotd/td/tg
tl_password_kdf_algo_gen.go#L154: Salt2 []byte
tl_password_kdf_algo_gen.go#L192: if !(p.Salt2 == nil) {
tl_password_kdf_algo_gen.go#L222: p.Salt2 = from.GetSalt2()
tl_password_kdf_algo_gen.go#L285: b.PutBytes(p.Salt2)
tl_password_kdf_algo_gen.go#L319: p.Salt2 = value
tl_password_kdf_algo_gen.go#L351: return p.Salt2
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. |