Skip to content
#

mixer

Here are 112 public repositories matching this topic...

HarryR
HarryR commented Aug 29, 2018

I am a user, I want to use Miximus, I have tokens or Ether which I want to convert into anonymised tokens. How do I do this?

Once my tokens have been anonymised I need to withdraw them again, to convert them back to the original tokens or Ether that I originally deposited. I should also be able to give these anonymised tokens to other people, without revealing that it was I that deposited them.

AntoineRondelet
AntoineRondelet commented Apr 29, 2019

We might need to use the Szabo as a unit for the payments.

In fact, note values are represented (in the prover/circuit) by hexadecimal strings encoded on 64bits. As a consequence, the maximum value for a note is: 0xFFFFFFFFFFFFFFFF which corresponds to: 18446744073709551615 in decimal.

Now, if we use this number as Wei, this represents: 18.446744073709551615 ETH. However, we mig

Loading…
You can’t perform that action at this time.