Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 311 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 311 Bytes

DIDKit - C

Shared Library for DIDKit. Intended to be compatible with C.

Build

$ make -C ../ ../target/release/libdidkit.so

Test

$ make -C ../ ../target/test/c.stamp

Android

To build the C shared library for Android targets, build the DIDKit Android library.