Expand description
Crate to parse binary formats used on the Nintendo Wii, DSi, 3DS family and Wii U consoles and NUS (Nintendo Update Server) and iQue platforms.
Re-exports§
pub use certificate_chain::CertificateChain;pub use ticket::CryptographicMethod;pub use ticket::PreSwitchTicket;pub use title_metadata::TitleMetadata;pub use title_metadata::TitleMetadataContentEntryKind;pub use title_metadata::content_selector::ContentSelector;pub use wad::Wad;
Modules§
- certificate_
chain - Implementation of the binary file format used by Nintendo to store certificate chains.
- signed_
blob_ header - Implementation of the binary format used by Nintendo to sign files.
- ticket
- Implementation of the binary file format used by Nintendo to store tickets.
- title_
id - Implementation of a newtype wrapper around the title ID of a title.
- title_
metadata - Implementation of the binary file format used by Nintendo to store title metadata.
- wad
- Implementation of the binary file format used by Nintendo to store titles without discs.
- wii_
common_ key - Implementation of the common encryption key used by Nintendo.