🚧 Add decryption functions
This commit is contained in:
parent
7019271bfe
commit
866f6afd5a
7 changed files with 119 additions and 4 deletions
9
src/utils/decryptUtilities.h
Normal file
9
src/utils/decryptUtilities.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#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