Crate steam_vent_crypto[][src]

Structs

RSAError
SessionKeys

Enums

CryptError

Functions

generate_session_key
symmetric_decrypt

Decrypt the IV stored in the first 16 bytes of input and use it to decrypt the remaining bytes.

symmetric_encrypt

Generate a random IV and encrypt input with it and key.

verify_signature

Verify sha1 signature using the steam “system” public key

Type Definitions

Result