8000 GitHub - BrianHoldsworth/cryptopp: Github mirror of the Crypto++ library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BrianHoldsworth/cryptopp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cryto++

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.9%
  • C 4.1%
  • Assembly 3.6%
  • Other 0.4%
0