mirror of
https://github.com/SciresM/hactool
synced 2024-11-23 04:23:13 +00:00
13 lines
No EOL
280 B
C
13 lines
No EOL
280 B
C
#ifndef HACTOOL_EXTKEYS_H
|
|
#define HACTOOL_EXTKEYS_H
|
|
|
|
#include <string.h>
|
|
#include "types.h"
|
|
#include "utils.h"
|
|
#include "settings.h"
|
|
|
|
void parse_hex_key(unsigned char *key, const char *hex, unsigned int len);
|
|
void extkeys_initialize_keyset(nca_keyset_t *keyset, FILE *f);
|
|
|
|
|
|
#endif |