PSCrypto/README.md
2016-05-02 00:01:18 -04:00

549 B

PSCrypto

A wrapper around CryptoPP for use with Scala or Java.

$ git clone --recursive https://github.com/psforever/PSCrypto.git

Or if you already cloned without getting the submodules

git submodule update --init --recursive

Building

GNU Make and a c++ compiler required.

$ make -j4

Cross Compiling

Use the environment variable PREFIX to define a compiler tuple for building. For example

$ PREFIX=x86_64-w64-mingw32- make -j4

This will build a pscrypto.dll for 64-bit Windows.