Post
Topic
Board Announcements (Altcoins)
Re: ZeroVert - First Zerocoin Implementation | New gold standard for privacy
by
tacotime
on 05/11/2014, 19:02:27 UTC
Hm, do you have good reading links so I can understand this? No work until monday, so there's some time Smiley
There's a basic description of how an RSA accumulator works here:
https://eprint.iacr.org/2009/625.pdf

See 2.2, and ignore the initial stuff relating to the hash tables.

Quote
With their plan of becoming a sidechain to vertcoin, could it be possible to retain some form of security post 5-15 years, assuming the transfer is possible?
Um, if the method used to spend the old coins is totally insecure, probably not unless they're additionally wrapped in some way eg a normal ECDSA signature that is otherwise unused.

Quote
With the increased verification time, would ddosing something like a centralized pool become trivial, or is that something separate?
DDoSing a centralized pool is already trivial. Smiley But DDoSing all the nodes on the network is much harder, and the longer verification time makes that trivial.

Quote
What historical information can be garnished from storing the niZKPs on the chain?
That a transaction in the past was actually valid or not.