mirror of
https://github.com/shchmue/Lockpick.git
synced 2024-11-22 12:39:18 +01:00
12 lines
261 B
C
12 lines
261 B
C
#pragma once
|
|
|
|
#include <switch.h>
|
|
|
|
Result setcalInitialize(void);
|
|
void setcalExit(void);
|
|
|
|
/**
|
|
* @brief Gets the extended ETicket RSA-2048 Key from CAL0
|
|
* @param key Pointer to 0x244-byte output buffer.
|
|
*/
|
|
Result setcalGetEticketDeviceKey(u8 *key); |