cardhelper

This commit is contained in:
iceman1001 2020-03-11 21:00:19 +01:00
commit dfd408db8d
3 changed files with 21 additions and 10 deletions

View file

@ -18,4 +18,5 @@ bool IsCryptoHelperPresent(void);
bool Encrypt(uint8_t *src, uint8_t *dest);
bool Decrypt(uint8_t *src, uint8_t *dest);
void DecodeBlock6(uint8_t *src);
uint8_t GetNumberBlocksForUserId(uint8_t *src);
#endif