パッケージ: golang-github-multiformats-go-multibase-dev (0.2.0-1)
golang-github-multiformats-go-multibase-dev に関するリンク
Debian の資源:
golang-github-multiformats-go-multibase ソースパッケージをダウンロード:
- [golang-github-multiformats-go-multibase_0.2.0-1.dsc]
- [golang-github-multiformats-go-multibase_0.2.0.orig.tar.gz]
- [golang-github-multiformats-go-multibase_0.2.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-github-multiformats-go-multihash-dev
- go-multihash
- golang-github-multiformats-go-varint-dev
- libencode-locale-perl
- libghc-hsyaml-prof
- golang-github-opencontainers-cgroups-dev
- libghc-hsyaml-doc
- libaxis-java
- libencode-base58-perl
- golang-github-containerd-plugin-dev
- golang-github-davecgh-go-xdr-dev
Go implementation of Multibase (self‑identifying encodings)
go-multibase is a small, idiomatic Go library that implements the Multibase specification for self‑identifying base encodings. It provides helpers to encode and decode byte sequences with the multibase prefix convention, detect the base used from an encoded string, and work with the set of encodings defined by the multiformats project (for example base58, base32, base64, and others).
This package is intended for programs and libraries that require interoperable, self‑describing encodings - for example IPFS, libp2p, content‑addressed systems, and other multiformats‑based tooling. It is distributed under the MIT license and is provided as a Go module with import path github.com/multiformats/go-multibase.
Features:
- Encode and decode byte sequences using multibase prefixes. - Detect encoding from the multibase prefix and perform strict parsing. - Support for the common multibase encodings used across the multiformats ecosystem. - Small, dependency‑light, and suitable for inclusion in other Go projects and downstream Debian packages.
その他の golang-github-multiformats-go-multibase-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-mr-tron-base58-dev
- Fast implementation for encoding/decoding Base58 (library)
-
- dep: golang-github-multiformats-go-base32-dev
- base32 encoding package from go with NoPadding option (library)
-
- dep: golang-github-multiformats-go-base36-dev
- optimized codec for base36 to string (library)