mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
style
This commit is contained in:
@@ -60,7 +60,6 @@ int bitsLeft(BitstreamIn_t *stream);
|
||||
int testCipherUtils(void);
|
||||
#endif
|
||||
void push6bits(BitstreamOut_t *stream, uint8_t bits);
|
||||
void EncryptDES(bool key[56], bool outBlk[64], bool inBlk[64], int verbose) ;
|
||||
void x_num_to_bytes(uint64_t n, size_t len, uint8_t *dest);
|
||||
uint64_t x_bytes_to_num(uint8_t *src, size_t len);
|
||||
uint8_t reversebyte(uint8_t b);
|
||||
|
||||
Reference in New Issue
Block a user