Categorygithub.com/ipfs/go-hamt-ipld
modulepackage
0.1.1
Repository: https://github.com/ipfs/go-hamt-ipld.git
Documentation: pkg.go.dev

# README

go-hamt-ipld

Travis CI

A CHAMP HAMT implemented using ipld

Table of Contents

Examples

// TODO

Contribute

PRs are welcome!

Small note: If editing the Readme, please conform to the standard-readme specification.

License

MIT © Whyrusleeping

# Packages

No description provided by the author

# Functions

No description provided by the author
NewNode creates a new IPLD HAMT Node with the given store and given options.
UseHashFunction allows you to set the hash function used by the HAMT.
UseTreeBitWidth allows you to set the width of the HAMT tree in bits (from 1-8) via a customized hash function.

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Option is a function that configures the node.