软件包:go-multihash(0.2.3-1)
go-multihash 的相关链接
Debian 的资源:
下载源码包 golang-github-multiformats-go-multihash:
- [golang-github-multiformats-go-multihash_0.2.3-1.dsc]
- [golang-github-multiformats-go-multihash_0.2.3.orig.tar.gz]
- [golang-github-multiformats-go-multihash_0.2.3-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-multiformats-go-varint-dev
- ipfs-cid
- golang-github-mitchellh-mapstructure-dev
- golang-github-nebulouslabs-merkletree-dev
- golang-github-gibson042-canonicaljson-go-dev
- golang-github-go-viper-mapstructure-dev
- tcllib
- golang-github-tredoe-osutil-dev
- libcryptacular-java
- libcryptacular-java-doc
- libdigest-sha3-perl
Go implementation of the Multihash format (program)
Multihash is a protocol that describes a hash digest using a self-describing format. It prefixes the hash with an identifier for the hashing algorithm and the length of the digest in bytes. This allows systems to handle various hashing algorithms in a unified way, providing flexibility and future-proofing without requiring prior knowledge of the specific hash function used.
This library provides functions for encoding and decoding Multihash values, summing data with various cryptographic hash functions into Multihash format, and verifying Multihash integrity.
It is a foundational component of content-addressed systems like IPFS, which rely on self-describing data for distributed and decentralized content verification.
This package contains the 'multihash' executable command-line usage.