Skip to content

Commit

Permalink
realign
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer committed Dec 20, 2023
1 parent 079384c commit 757ed77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rc_hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ RC_BEGIN_C_DECLS
* returns non-zero on success, or zero on failure.
*/
typedef int (RC_CCONV *rc_hash_3ds_get_ncch_normal_keys_func)(uint8_t primary_key_y[16], uint8_t secondary_key_x_slot, uint8_t optional_program_id[8],
uint8_t out_primary_key[16], uint8_t out_secondary_key[16]);
uint8_t out_primary_key[16], uint8_t out_secondary_key[16]);
RC_EXPORT void RC_CCONV rc_hash_init_3ds_get_ncch_normal_keys_func(rc_hash_3ds_get_ncch_normal_keys_func func);

/* ===================================================== */
Expand Down

0 comments on commit 757ed77

Please sign in to comment.