mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
moved and unified some reverse array fct
This commit is contained in:
parent
32a06758bb
commit
7abfff4095
5 changed files with 51 additions and 38 deletions
|
@ -86,4 +86,8 @@ uint32_t rotl(uint32_t a, uint8_t n);
|
|||
uint32_t rotr(uint32_t a, uint8_t n);
|
||||
|
||||
uint16_t get_sw(const uint8_t *d, uint16_t n);
|
||||
|
||||
void reverse_array(uint8_t *d, size_t n);
|
||||
void reverse_array_copy(const uint8_t *src, int src_len, uint8_t *dest);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue