CryptoSys API
6.22.1
|
An interface to diCryptoSys.dll
for C++ programmers using STL (C++11 or above).Requires CryptoSys API to be installed on your system, available from https://www.cryptosys.net/api.html. In particular that diCryptoSys.dll
is in your library path.
Required files to compile in a C++ project:
You must link to diCryptoSys.lib
. In MSVC++ IDE, use Project > Properties > Linker > Input > Additional Dependencies
and add the full path to diCryptoSys.lib
. E.g.
Using the command-line with MSVC:
Using GCC (make sure the DLL has been compiled for target X64):