Crate zelzip_niiebla

Crate zelzip_niiebla 

Source
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.