This repository contains C-bindings for the IOTA Identity library to create and manage your own Self-Sovereign Identity in C.
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
There is a main.c
in bindings-demo
in to test the generated APIs.