C++ wrapper for hmac signature from cryptonite cryptolibrary used by Privat Bank https://github.com/privat-it/cryptonite
cd <repository>
mkdir build && cd build \
cmake .. && \
cmake --build . --parallel $(nproc)
C++ wrapper for hmac signature from cryptonite cryptolibrary used by Privat Bank https://github.com/privat-it/cryptonite
cd <repository>
mkdir build && cd build \
cmake .. && \
cmake --build . --parallel $(nproc)