func github.com/gotd/td/crypto.TempAESKeys
3 uses
github.com/gotd/td/crypto (current package)
temp_keys.go#L20: func TempAESKeys(newNonce, serverNonce *big.Int) (key, iv []byte) {
github.com/gotd/td/exchange
client_flow.go#L171: key, iv := crypto.TempAESKeys(newNonce.BigInt(), serverNonce.BigInt())
server_flow.go#L227: key, iv := crypto.TempAESKeys(innerData.NewNonce.BigInt(), serverNonce.BigInt())
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |