Structs§
- Amiibo
Keys - AmiiboKeys from file.
- Amiitool
Error - AmiitoolError. Can be converted to std::io::Error with std::convert::Into.
- Master
Keys - The Master Keys for amiibo.
- Packed
Amiibo - Wrapper type for raw data to ensure valid data. Can be converted to raw type with std::convert::Into
- Plain
Amiibo - Wrapper Type for raw data to ensure valid data. Can be converted to raw type with std::convert::Into
- Unverified
Amiibo - An amiibo that can possibly have an invalid signature.
Constants§
Functions§
- amiibo_
pack Deprecated - Use PlainAmiibo::pack instead
- amiibo_
unpack Deprecated - Use PackedAmiibo::unpack instead
- gen_
amiibo Deprecated - Use PackedAmiibo::generate instead
- gen_
amiibo_ raw Deprecated - Use PlainAmiibo::generate instead
- load_
keys - Load keys from path. Prefer use of std::fs::File and AmiiboKeys::load_keys instead.
- read_
amiibo_ keys Deprecated - Use AmiiboKeys::load_keys instead
- read_
master_ key Deprecated - Use MasterKeys::load_key instead