Install Guide

This guide shows how to install the hash library.

Prerequisites

Build and Test

From the hash directory:

make
make test

Install

sudo make install

Headers are installed under:

/usr/local/include/opentl

Uninstall

sudo make uninstall

Include in Your Project

#include <opentl/hash.hpp>