filecoin-project / go-amt-ipld

Implementation of an array mapped trie using go and ipld
Other
9 stars 15 forks source link

fix: minimum bitwidth check #46

Closed alanshaw closed 3 years ago

alanshaw commented 3 years ago

Currently allow bit width of 1.

Stebalien commented 3 years ago

TL;DR: bitwidth = number of bits taken from the key at each level.