tree: 92a2a58542953706370109afd2b4ebe3f774b2b2 [path history] [tgz]
  1. include/
  2. src/
  3. test/
  4. third-party/
  5. LICENSE
  6. Makefile
  7. README.md
  8. securemessage.proto
src/third_party/securemessage/cpp/README.md

Compilation

Compile the dependencies first:

$ make deps

Then make everything:

$ make

Running tests

To run tests do:

$ make run_tests

Language specific details

This library has been created to run on a number of systems. Specifically, layers of indirection were built such that it is able to be run on systems such as iOS (by simply replacing the wrapper classes) and on systems with custom/non-openssl implementations (by providing alternative implementations of the code in crypto_ops_openssl.cc).