mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
const and bad OR
This commit is contained in:
parent
183b078969
commit
b0dd246d94
6 changed files with 24 additions and 15 deletions
|
@ -84,11 +84,11 @@
|
|||
size_t nbytes(size_t nbits);
|
||||
uint8_t hex2int(char x);
|
||||
|
||||
int hex2binarray(char *target, char *source);
|
||||
int hex2binarray(char *target, const char *source);
|
||||
int hex2binarray_n(char *target, const char *source, int sourcelen);
|
||||
int binarray2hex(const uint8_t *bs, int bs_len, uint8_t *hex);
|
||||
|
||||
void convertToHexArray(uint8_t num, uint8_t *partialKey);
|
||||
void convertToHexArray(uint8_t num, uint8_t *partialkey);
|
||||
|
||||
void LED(int led, int ms);
|
||||
void LEDsoff(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue