Forked from multiformats/c-multihash multihash for IPFS in C.
 
 
Go to file
Richard Littauer a3a4307365 Capitalized 2016-08-15 13:19:24 -04:00
include/mh apply most of Jeromy's review 2016-08-15 18:59:03 +02:00
src apply most of Jeromy's review 2016-08-15 18:59:03 +02:00
tests/c apply most of Jeromy's review 2016-08-15 18:59:03 +02:00
.gitignore separate headers and src 2016-07-26 14:22:03 +01:00
LICENSE move license to Protocol Labs 2016-08-15 19:07:02 +02:00
Makefile add multihash.h 2016-08-01 16:33:32 +01:00
README Capitalized 2016-08-15 13:19:24 -04:00

README

# c-multihash

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](http://github.com/multiformats/multiformats)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)

> C implementation of Multihash parsing and encoding (but not hashing)

This is an implementation of [multihash](https://github.com/multiformats/multihash).

## Install

```
> TODO
```

## Usage

```
> TODO
```

## Maintainers

Captain: [@Kubuxu](https://github.com/Kubuxu).

## Contribute

Contributions welcome. Please check out [the issues](https://github.com/multiformats/c-multihash/issues).

Check out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).

Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

[MIT](LICENSE) © Protocol Labs, Inc