8000 GitHub - jujis008/botan: Crypto and TLS for C++11
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jujis008/botan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botan Crypto Library

Botan is a C++11 library for crypto and TLS released under the permissive 2-clause BSD license (see doc/license.txt for the specifics).

For all the details on building the library read doc/manual/building.rst, but basically:

$ configure.py --help
$ configure.py [probably some options]
$ make
$ ./botan-test
# test output
$ ./botan
# shows available commands
$ make install

You can file bugs at https://github.com/randombit/botan/issues/ or by sending a report to the botan-devel mailing list

The github wiki is also available as a resource.

CI Status

https://travis-ci.org/randombit/botan.svg?branch=net.randombit.botan https://ci.appveyor.com/api/projects/status/5t1osr48aq000yri?svg=true

Kullo GmbH hosts a CI building botan on Linux, OS X, and Windows at https://botan-ci.kullo.net/

About

Crypto and TLS for C++11

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.0%
  • Python 4.1%
  • Assembly 1.4%
  • C 1.3%
  • Perl 0.7%
  • XS 0.5%
0