ursa 0.1.0-dev-2

This is the shared crypto library for Hyperledger components.
1
2
3
4
5
6
7
#ifndef __hl__crypto__included__
#define __hl__crypto__included__

#include "ursa_error.h"
#include "ursa_bls.h"

#endif