Crate cytryna

Crate cytryna 

Source

Modules§

cia
crypto
firm
ncch
prelude
smdh
string
ticket
titleid
tmd

Enums§

CytrynaError
Low-effort catch-all error type for cytryna library
OwnedOrBorrowed
Contains either a box pointer to a type, or a reference to it, used as a return type for functions that may or may not decompress/decrypt data
VecOrSlice
Contains either a (borrowed) byte slice or an (owned) Vec, used in the the same ways OwnedOrBorrowed is used, but limited to arrays

Traits§

FromBytes
Simple trait to implement safe conversions from bytes

Type Aliases§

CytrynaResult