saskenuba / SteamHelper-rs

Interact with Valve's Steam network with this collection of crates.
MIT License
57 stars 12 forks source link

Port steam-crypto #1

Closed saskenuba closed 3 years ago

saskenuba commented 4 years ago

In order to properly code/decode steam messages (client, web API, etc) we need to fully port steam-crypto.

We can base our implementation on similar projects such as SteamKit/Crypto Helper files and DoctorMckay/node-steam-crypto.

This should not be too difficult, but there has to be some sensible checking because there are lots of details.

Leorii commented 4 years ago

Hey! Would you like help with this issue, or should I start on #2 ?

saskenuba commented 4 years ago

You can start directly on issue #2. There is also a need to think about how the general API would work. In the sense of the workflow of logging in, react to events and do actions.