mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ADD: PACE functionality ref: https://github.com/Proxmark/proxmark3/pull/121
FIX: some missing usb_commands for EPA.
This commit is contained in:
parent
24344f28ad
commit
d0f3338e0c
8 changed files with 218 additions and 32 deletions
|
@ -19,7 +19,7 @@ typedef struct {
|
|||
uint8_t parameter_id;
|
||||
} pace_version_info_t;
|
||||
|
||||
// note: EPA_PACE_GetNonce is declared in apps.h
|
||||
// note: EPA_PACE_Collect_Nonce is declared in apps.h
|
||||
|
||||
// general functions
|
||||
void EPA_Finish();
|
||||
|
@ -33,4 +33,4 @@ int EPA_Setup();
|
|||
int EPA_PACE_MSE_Set_AT(pace_version_info_t pace_version_info, uint8_t password);
|
||||
int EPA_PACE_Get_Nonce(uint8_t requested_length, uint8_t *nonce);
|
||||
|
||||
#endif /* __EPA_H */
|
||||
#endif /* __EPA_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue