7 lines
172 B
C
7 lines
172 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void updateKeys(uint32_t *key_0, uint32_t *key_1, uint32_t *key_2, unsigned char c);
|
|
|
|
unsigned char decryptByte(unsigned short keyPart);
|