# README
go-hamt-ipld
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.
# Type aliases
Option is a function that configures the node.