clearmatics / mobius

Trustless Tumbling for Transaction Privacy
GNU Lesser General Public License v3.0
85 stars 23 forks source link

Should the requirement for denominations to be power of 2 be removed? #31

Open HarryR opened 6 years ago

HarryR commented 6 years ago

Currently there is a requirement that any deposit must be an exact power of two, this was enforced for efficiency - making it more likely for rings to be filled.

However, many people may want to tumble tokens in decimal units, e.g. 10**5 or 100000.

Should the power of 2 requirement be removed?