indy-crypto 0.5.1

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

#include "indy_crypto_error.h"
#include "indy_crypto_bls.h"

#endif