#pragma once #define LTC_NO_PROTOTYPES #include "tomcrypt.h" class CryptoLibrary { public: static void Init(); };