Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 370 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 370 Bytes

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)