prysmaticlabs / hashtree

SHA256 library highly optimized for Merkle tree computations
MIT License
27 stars 7 forks source link

Add install target #15

Closed potuz closed 1 year ago

potuz commented 1 year ago

This PR adds an install makefile target, a pkgfile and a cmake find package file. This only works on linux at the moment.

It also wraps an extern "C" file to make the header it work under c++ linkers without the caller needing to do so.