verbose..

This commit is contained in:
iceman1001 2020-07-13 20:58:24 +02:00
commit 4493153dbb
3 changed files with 42 additions and 56 deletions

View file

@ -14,7 +14,7 @@
#include <ctype.h>
#include "common.h"
bool IsCryptoHelperPresent(void);
bool IsCryptoHelperPresent(bool verbose);
bool Encrypt(uint8_t *src, uint8_t *dest);
bool Decrypt(uint8_t *src, uint8_t *dest);
void DecodeBlock6(uint8_t *src);