multihash 0.18.1

Implementation of the multihash format
Documentation

multihash

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 33 feature flags, 17 of them enabled by default.

default

  • std
  • derive
  • multihash-impl
  • secure-hashes

std

  • unsigned-varint/std
  • multihash-derive/std
  • alloc

derive

  • multihash-derive

multihash-impl

  • derive

secure-hashes

  • blake2b
  • blake2s
  • blake3
  • sha2
  • sha3

alloc

  • core2/alloc

multihash-derive

  • dep:multihash-derive

blake2b

  • blake2b_simd

blake2s

  • blake2s_simd

blake3

  • dep:blake3

sha2

  • digest
  • sha-2

sha3

  • digest
  • sha-3

blake2b_simd

  • dep:blake2b_simd

blake2s_simd

  • dep:blake2s_simd

digest

  • dep:digest

sha-2

  • dep:sha-2

sha-3

  • dep:sha-3

arb

  • quickcheck
  • rand
  • arbitrary

sha1

  • digest
  • sha-1

serde-codec

  • serde
  • serde-big-array

serde-big-array

  • dep:serde-big-array

strobe

  • strobe-rs

scale-codec

  • parity-scale-codec

sha-1

  • dep:sha-1

serde

  • dep:serde

ripemd

  • ripemd-rs

strobe-rs

  • dep:strobe-rs

arbitrary

  • dep:arbitrary

rand

  • dep:rand

quickcheck

  • dep:quickcheck

ripemd-rs

  • dep:ripemd-rs

parity-scale-codec

  • dep:parity-scale-codec

identity

    This feature flag does not enable additional features.