|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
A single named key stored in the Keystore. More...
#include <Keystore.h>
Public Attributes | |
| std::string | Name |
| Human-readable name identifying this key. | |
| std::vector< uint8_t > | Data |
| Raw key bytes. | |
| KeyOrigin | Origin |
| Origin category for this key. | |
A single named key stored in the Keystore.
| std::vector<uint8_t> Ship::KeystoreEntry::Data |
Raw key bytes.
| std::string Ship::KeystoreEntry::Name |
Human-readable name identifying this key.
| KeyOrigin Ship::KeystoreEntry::Origin |
Origin category for this key.