fairDataSociety / bmt-js

Binary Merkle Tree operations on data
4 stars 6 forks source link

feat: allow bigger spans #19

Closed agazso closed 1 year ago

agazso commented 1 year ago

This change allows to use spans smaller than Number.MAX_SAFE_INTEGER which is about 2 ** 53 -1 instead of 2 ** 32 - 1, thus allowing big files.