套件:golang-github-multiformats-go-multihash-dev(0.2.3-1)
golang-github-multiformats-go-multihash-dev 的相關連結
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-go-viper-mapstructure-dev
- golang-github-nebulouslabs-fastrand-dev
- libdkim-dev
- libhighwayhash-dev
- golang-github-mr-tron-base58-dev
- golang-github-tredoe-osutil-dev
- golang-github-sigstore-sigstore-go-dev
Go implementation of the Multihash format (development files)
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 source code for the Go Multihash library, intended for use by other Go packages during compilation.
其他與 golang-github-multiformats-go-multihash-dev 有關的套件
|
|
|
|
-
- dep: golang-github-mr-tron-base58-dev
- Fast implementation for encoding/decoding Base58 (library)
-
- dep: golang-github-multiformats-go-varint-dev
- Helpers for multiformats to enforce minimal encoding (library)
-
- dep: golang-github-spaolacci-murmur3-dev
- Native MurmurHash3 Go implementation
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries
-
- dep: golang-lukechampine-blake3-dev
- Pure-Go implementation of BLAKE3 cryptographic hash