Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 548 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 548 Bytes

identity-cbindings

This repository contains C-bindings for the IOTA Identity library to create and manage your own Self-Sovereign Identity in C.

Build and Install

run cargo build --release to generate the identity.h file and save it in bindings-demo directory, then move it in openssl-ssi-provider/common/include/prov/ of openssl-ssi-provider

Usage

There is a main.c in bindings-demo in to test the generated APIs.