Liking cljdoc? Tell your friends :D

multiformats.address

Multiaddr aims to make network addresses future-proof, composable, and efficient.

https://github.com/multiformats/multiaddr

Multiaddr aims to make network addresses future-proof, composable, and
efficient.

https://github.com/multiformats/multiaddr
raw docstring

multiformats.base

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

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.

https://github.com/multiformats/multibase
raw docstring

multiformats.base.b16

Hexadecimal base encoding implementation.

Hexadecimal base encoding implementation.
raw docstring

multiformats.base.b2

Binary base encoding implementation.

Binary base encoding implementation.
raw docstring

multiformats.base.b32

Base32 implementation from RFC 4648.

Base32 implementation from RFC 4648.
raw docstring

multiformats.base.b58

Base 58 encoding implementation variants.

Base 58 encoding implementation variants.
raw docstring

multiformats.base.b64

Base64 implementation from RFC 4648.

Base64 implementation from RFC 4648.
raw docstring

multiformats.base.b8

Octal base encoding implementation.

Octal base encoding implementation.
raw docstring

multiformats.cid

CID is a self-describing content-addressed identifier. It uses cryptographic hashing to identify content, multicodec packed codes to label the content type, and multibase to encode the final identifier into a string.

https://github.com/ipld/cid

CID is a self-describing content-addressed identifier. It uses cryptographic
hashing to identify content, multicodec packed codes to label the content
type, and multibase to encode the final identifier into a string.

https://github.com/ipld/cid
raw docstring

multiformats.codec

Multicodec is a multiformat which wraps other formats with a tiny bit of self-description. A multicodec identifier may either be a varint (in a byte string) or a character (in a text string).

https://github.com/multiformats/multicodec

Multicodec is a multiformat which wraps other formats with a tiny bit of
self-description. A multicodec identifier may either be a varint (in a byte
string) or a character (in a text string).

https://github.com/multiformats/multicodec
raw docstring

multiformats.hash

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

https://github.com/multiformats/multihash

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

https://github.com/multiformats/multihash
raw docstring

multiformats.stream

No vars found in this namespace.

multiformats.varint

Implementation of an MSB unsigned variable-size integer.

Unsigned integers are serialized 7 bits at a time, starting with the least-significant bits. The highest bit (msb) in each output byte indicates if there is a continuation byte.

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

Implementation of an MSB unsigned variable-size integer.

Unsigned integers are serialized 7 bits at a time, starting with the
least-significant bits. The highest bit (msb) in each output byte indicates
if there is a continuation byte.

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close