minors stuff, added some blowfish decrypt

This commit is contained in:
iceman1001 2022-06-06 12:59:09 +02:00
commit 2c61530cba
6 changed files with 37 additions and 8 deletions

View file

@ -272,4 +272,5 @@ DumpFileType_t getfiletype(const char *filename);
*/
int pm3_load_dump(const char *fn, void **pdump, size_t *dumplen, size_t maxdumplen);
int pm3_save_dump(const char *fn, uint8_t *d, size_t n, JSONFileType jsft, size_t blocksize);
#endif // FILEUTILS_H