func github.com/gotd/td/internal/crypto.TempAESKeys

3 uses

	github.com/gotd/td/internal/crypto (current package)
		temp_keys.go#L20: func TempAESKeys(newNonce, serverNonce *big.Int) (key, iv []byte) {

	github.com/gotd/td/internal/exchange
		client_flow.go#L151: 		key, iv := crypto.TempAESKeys(newNonce.BigInt(), serverNonce.BigInt())
		server_flow.go#L214: 	key, iv := crypto.TempAESKeys(innerData.NewNonce.BigInt(), serverNonce.BigInt())