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