mirror of
https://github.com/rvtr/SafeNANDManager.git
synced 2026-01-26 13:43:04 -05:00
17 lines
223 B
C
17 lines
223 B
C
#ifndef _H_F_XY
|
|
#define _H_F_XY
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void F_XY(uint32_t *key, uint32_t *key_x, uint32_t *key_y);
|
|
void F_XY_reverse(uint32_t *key, uint32_t *key_xy);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|