Forked from multiformats/c-multihash multihash for IPFS in C.
 
 
Go to file
Jakub Sztandera 171bddef0a change how hashes are defined from enum to define
this way the mapping between hashcodes and hash definitions isn't needed
also it simplfies handling, testing  and allows to return error with
the hash code
2016-07-31 15:43:43 +01:00
include/mh change how hashes are defined from enum to define 2016-07-31 15:43:43 +01:00
src change how hashes are defined from enum to define 2016-07-31 15:43:43 +01:00
tests/c change how hashes are defined from enum to define 2016-07-31 15:43:43 +01:00
.gitignore separate headers and src 2016-07-26 14:22:03 +01:00
LICENSE Initial commit 2016-07-21 10:44:33 +01:00
Makefile change how hashes are defined from enum to define 2016-07-31 15:43:43 +01:00