mirror of
https://github.com/SciresM/hactool.git
synced 2024-11-27 06:20:35 +00:00
13 lines
280 B
C
13 lines
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 |