Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 816 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 816 Bytes

multiformats

An implementation of multiformat in c++. http://multiformats.io

uvarint

Unsigned varint in use in multiformat specs

https://github.com/multiformats/unsigned-varint

multibase

Self identifying base encodings.

https://github.com/multiformats/multibase

Multibase is a protocol for distinguishing base encodings and other simple string encodings, and for ensuring full compatibility with program interfaces.

multihash

Self identifying hashes.

https://github.com/multiformats/multihash

Multihash is a protocol for differentiating outputs from various well-established cryptographic hash functions, addressing size + encoding considerations.

multiaddr

Composable and future-proof network addresses.

https://github.com/multiformats/multiaddr