bytting / libbitmessage

C++ bitmessage protocol API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libbitmessage

C++11 bitmessage protocol API

Status: Development

License: GPLv3

At this point the code only compiles on Linux due to missing implementations of endianness for other platforms (see btypes.h) The Botan C++ crypto library version 1.11 must be installed (see CMakeLists.txt) The Google perftools must be installed (see CMakeLists.txt)

About

C++ bitmessage protocol API

License:GNU General Public License v3.0


Languages

Language:C++ 96.5%Language:C 3.5%