libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Ship::KeystoreEntry Struct Reference

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.
 

Detailed Description

A single named key stored in the Keystore.

Member Data Documentation

◆ Data

std::vector<uint8_t> Ship::KeystoreEntry::Data

Raw key bytes.

◆ Name

std::string Ship::KeystoreEntry::Name

Human-readable name identifying this key.

◆ Origin

KeyOrigin Ship::KeystoreEntry::Origin

Origin category for this key.


The documentation for this struct was generated from the following file: