Question: You are implementing Zerocoin. But from what? Zerocoin project was never finished, code does not exist? Or are you guys writing the code yourself, based of the Zerocoin white paper? Can you clarify? I made some ANC investments, but I need to have this clarified to be able to invest more.
The Zerocoin project was partially finished in the sense that researchers at JHU wrote a library called libzerocoin last year. I have used libzerocoin as a starting point though of course the white paper was essential for understanding it.
So far I have fixed bugs in libzerocoin (including a couple of very critical ones), and adapted it to support
RSA UFOs (read the wiki page to see why it is necessary). This is all complete. The remaining work is to integrate libzerocoin into the Anoncoin wallet software, and this is currently in progress. All public commits are in
https://github.com/Anoncoin/anoncoin/tree/zc though I am continuing development privately to avoid copy-cat coins.