package
0.0.0-20240705180516-46b24e503cda
Repository: https://github.com/master255/boxo.git
Documentation: pkg.go.dev
# Functions
BinaryFromDsKey returns the byte slice corresponding to the given Key.
DsKeyToCidV1Raw converts the given Key (which should be a raw multihash key) to a Cid V1 of the given type (see https://godoc.org/github.com/ipfs/go-cid#pkg-constants).
DsKeyToMultihash converts a dsKey to the corresponding Multihash.
MultihashToDsKey creates a Key from the given Multihash.
NewKeyFromBinary creates a new key from a byte slice.