#ifndef H_VIGENERE #define H_VIGENERE #include "functions.h" int cryptVigenere(const char *key, const char *data, char *bufferDst); #endif