Registry / crypto / dms3-public-go-cid

dms3-public-go-cid

JSON →
library0.0.2gogounverified

Package cid implements the Content-IDentifiers specification for self-describing content-addressed identifiers used in distributed information systems.

go get gitlab.dms3.io/dms3/public/go-cid
INSTALL
IMPORT
SIG · DMS3-PUBLIC-GO-CID
D
dms3-public-go-cid
cryptogov0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cid
gitlab.dms3.io/dms3/public/go-cid

Decode and print a CID

package main import ( "fmt" cid "gitlab.dms3.io/dms3/public/go-cid" ) func main() { c, _ := cid.Decode("Qm...") fmt.Println(c.String()) }
Debug
Known issues
gotchaCIDv0 is deprecated; prefer CIDv1
fix
Use cid.NewCidV1 to create CIDv1 identifiers
affects: >=0.0.0
Upgrade
Version history
0.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Amazon
1
Resources