Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.34 KB

File metadata and controls

55 lines (33 loc) · 1.34 KB

XHash

readme style standard GitPOAP Badge

C/C++ implementation of XHash – the Parallax Proof of Work algorithm

Table of Contents

Install

Build from source using CMake.

mkdir build
cd build
cmake ..
cmake --build .

Usage

See xhash.hpp for a list of exported functions and documentation.

Optimizations

This section describes the modifications applied in this library in relation to Ethash reference implementation.

The XHash specification can be found in the Parallax technical documentation.

The library contains a set of micro-benchmarks. Build and run the xhash-bench tool.

Maintainer

Andre Patta [@andrepatta]

License

Licensed under the Apache License, Version 2.0.