✨ Parse command line arguments
This commit is contained in:
parent
1638e9047d
commit
476266863f
3 changed files with 64 additions and 24 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
uint32_t getCrc(uint32_t old_crc, unsigned char c);
|
||||
|
||||
void updateKeys(uint32_t *key_0, uint32_t *key_1, uint32_t *key_2, unsigned char c);
|
||||
|
||||
unsigned char decryptByte(unsigned short keyPart);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue