Skip to content

joke325/Cerop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ bindings for RNP

This project provides C++11 bindings for the RNP high performance OpenPGP library.

Requirements

RNP

Build Instructions

  1. Download, build and install shared version of the RNP OpenPGP library.

  2. Configure this project.

    cmake .
    
  3. Build.

    make
    

    or

    cmake --build . --config Release
    

    Outputs are located in the bin/Release and bin/Debug folders.

Testing

ctest

or

ctest -C Release

Examples

There are C++ alternatives of RNP's examples under the examples folder.