Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 200 Bytes

File metadata and controls

15 lines (10 loc) · 200 Bytes

crypto-msg-parser-cpp

C++ bindings for the crypto-msg-parser library

Build

rm -rf build && mkdir build && cd build && cmake .. && make

Unit Test

cd build && ctest