github.com/gotd/td/internal/mt.PQInnerData.NewNonce (field)
9 uses
github.com/gotd/td/internal/mt (current package)
tl_p_q_inner_data_gen.go#L47: NewNonce bin.Int256
tl_p_q_inner_data_gen.go#L85: if !(p.NewNonce == bin.Int256{}) {
tl_p_q_inner_data_gen.go#L171: b.PutInt256(p.NewNonce)
tl_p_q_inner_data_gen.go#L231: p.NewNonce = value
tl_p_q_inner_data_gen.go#L281: return p.NewNonce
github.com/gotd/td/internal/exchange
server_flow.go#L185: NewNonce: d.GetNewNonce(),
server_flow.go#L214: key, iv := crypto.TempAESKeys(innerData.NewNonce.BigInt(), serverNonce.BigInt())
server_flow.go#L263: NewNonceHash1: crypto.NonceHash1(innerData.NewNonce, authKey),
server_flow.go#L268: serverSalt := crypto.ServerSalt(innerData.NewNonce, serverNonce)
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. |