mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 03:36:52 -04:00
Implement smcExpMod.
This commit is contained in:
parent
9b54bc536b
commit
f1c521a5d6
4 changed files with 87 additions and 3 deletions
|
@ -22,4 +22,7 @@ uint32_t user_unwrap_aes_wrapped_titlekey(smc_args_t *args);
|
|||
void set_crypt_aes_done(int done);
|
||||
int get_crypt_aes_done(void);
|
||||
|
||||
void set_exp_mod_done(int done);
|
||||
int get_exp_mod_done(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue