menzi11 / cryptopp

Github mirror of the Crypto++ library

Home Page:http://www.cryptopp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto++

C++ Cryptographic Schemes

This is a github hosted version of the Crypto++ library source from the Crypto++ download link.

I've added scons build files to build the source as either a shared or static library with or without debug information.

By default the code builds as a static library. To build the code as a shared library:

scons --shared

To include debug flags when compiling pass an --enable-debug parameter like so:

scons --enable-debug

About

Github mirror of the Crypto++ library

http://www.cryptopp.com


Languages

Language:C++ 94.1%Language:Assembly 3.6%Language:C 1.5%Language:CMake 0.4%Language:Makefile 0.3%Language:Python 0.1%Language:Protocol Buffer 0.0%Language:Batchfile 0.0%