mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
code style, code clean up of redundant functions, comments, its many minor fixes across the platform. Sorry for not making 20 commits
This commit is contained in:
parent
6bb7199a7b
commit
cef07dedf6
57 changed files with 672 additions and 521 deletions
|
@ -128,8 +128,9 @@ void Uint7byteToMemBe(uint8_t *data, uint64_t value);
|
|||
void Uint8byteToMemBe(uint8_t *data, uint64_t value);
|
||||
|
||||
// rotate left byte array
|
||||
void rol(uint8_t *data, const size_t len);
|
||||
void ror(uint8_t *data, const size_t len);
|
||||
void rol(uint8_t *data, const size_t n);
|
||||
void ror(uint8_t *data, const size_t n);
|
||||
void xor(uint8_t *dest, const uint8_t *src, size_t n);
|
||||
|
||||
void lsl(uint8_t *data, size_t len);
|
||||
uint32_t le24toh(const uint8_t data[3]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue