rage-rpf 0.5.0

RAGE Package File (RPF) archive parser and decryptor for GTA V and related titles
Documentation
1
2
3
4
5
pub mod cipher;
pub mod keys;

pub use cipher::{decrypt_aes, decrypt_ng, encrypt_aes, jenkins_hash};
pub use keys::GtaKeys;