ursa 0.1.0-dev-2

This is the shared crypto library for Hyperledger components.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __hl__crypto__cl__included__
#define __hl__crypto__cl__included__

#ifdef __cplusplus
extern "C" {
#endif

    /// TODO: FIXME: Provide list of interfaces for ffi/cl/mod.rs

#ifdef __cplusplus
}
#endif

#endif