A crypto library that provides all of the necessary crypto functionality to interact with the PlanetSide client.
Find a file
2016-04-22 01:34:00 -04:00
external Initial commit 2016-04-22 01:34:00 -04:00
pscrypto Initial commit 2016-04-22 01:34:00 -04:00
.gitignore Initial commit 2016-04-22 01:34:00 -04:00
.gitmodules Initial commit 2016-04-22 01:34:00 -04:00
Makefile Initial commit 2016-04-22 01:34:00 -04:00
README.md Initial commit 2016-04-22 01:34:00 -04:00

PSCrypto

A wrapper around CryptoPP for use with Scala or Java.

$ git clone --recursive https://github.com/psforever/psf-cryptopp.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.