Structs

AmiiboKeys from file.
AmiitoolError. Can be converted to std::io::Error with std::convert::Into.
The Master Keys for amiibo.
Wrapper type for raw data to ensure valid data. Can be converted to raw type with std::convert::Into
Wrapper Type for raw data to ensure valid data. Can be converted to raw type with std::convert::Into
An amiibo that can possibly have an invalid signature.

Constants

Functions

amiibo_packDeprecated
Use PlainAmiibo::pack instead
amiibo_unpackDeprecated
gen_amiiboDeprecated
Load keys from path. Prefer use of std::fs::File and AmiiboKeys::load_keys instead.