ds-rom 0.7.0

Library for extracting/building Nintendo DS ROMs.
Documentation
1
2
3
4
5
6
7
8
/// De/encryption using Blowfish.
pub mod blowfish;

/// Authentication using HMAC-SHA1.
pub mod hmac_sha1;

/// RSA signature type, no de/encryption yet.
pub mod rsa;