Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 252 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 252 Bytes

cryptonite-hmacpp

C++ wrapper for hmac signature from cryptonite cryptolibrary used by Privat Bank https://github.com/privat-it/cryptonite

Build

cd <repository>
mkdir build && cd build \
cmake .. && \
cmake --build . --parallel $(nproc)