Categorygithub.com/ipfs/go-key
modulepackage
0.0.0-20200428221536-111d668c9f4e
Repository: https://github.com/ipfs/go-key.git
Documentation: pkg.go.dev

# README

[DEPRECATED] go-key

standard-readme compliant

string representation of multihash for use with maps

Documenation

See https://godoc.org/github.com/ipfs/go-key.

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

Want to hack on IPFS?

License

MIT

# Functions

B58KeyDecode returns Key from a b58 encoded string.
B58KeyEncode returns Key in a b58 encoded string.
KeyFromDsKey returns a Datastore key.
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

Key is a string representation of multihash for use with maps.
KeySlice is used for sorting Keys.