Forked from squishyhuman/c-ipld Implementation of the IPLD spec in C.
Go to file
xethyrion 7a95f93924 Not sure if we really need DEEP_EQUAL here. 2016-11-25 02:26:06 +02:00
LICENSE Create LICENSE 2016-11-04 12:30:53 +01:00
README.md Update README.md 2016-11-24 20:08:25 +02:00
base58.c Not sure if we really need DEEP_EQUAL here. 2016-11-25 02:26:06 +02:00
base58.h Not sure if we really need DEEP_EQUAL here. 2016-11-25 02:26:06 +02:00
ipld.h Not sure if we really need DEEP_EQUAL here. 2016-11-25 02:26:06 +02:00
ipld_tut.c Not sure if we really need DEEP_EQUAL here. 2016-11-25 02:26:06 +02:00
varhexutils.h Not sure if we really need DEEP_EQUAL here. 2016-11-25 02:26:06 +02:00
varint.c Not sure if we really need DEEP_EQUAL here. 2016-11-25 02:26:06 +02:00
varint.h Not sure if we really need DEEP_EQUAL here. 2016-11-25 02:26:06 +02:00

README.md

c-ipld

Implementation of the IPLD spec in C.

A very simple tutorial is available in ipld_tut.c

The header has every function documented.