steam-crypto 0.1.1

A crypto library for interfacing with Steam's servers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "steam-crypto"
version = "0.1.1"
authors = ["Yohai Berreby (filsmick) <yohaiberreby@gmail.com>"]
description = "A crypto library for interfacing with Steam's servers"
repository = "https://github.com/filsmick/steam-crypto-rs"
license = "MIT"

[dependencies]
rand = "*"
openssl = "*"
pem-parser = "*"

[dev-dependencies]
rustc-serialize = "*"