/* * EncryptionUtils.h * Copyright (C) 2019 Adrien Destugues * * Distributed under terms of the MIT license. */ #ifndef ENCRYPTIONUTILS_H #define ENCRYPTIONUTILS_H const char* EncryptionType(const char* path); #endif /* !ENCRYPTIONUTILS_H */