A new confidential payment scheme for smart contract platforms


You can find the full version here: https://github.com/suterusu-team/Suter_yellowpaper/blob/2b2eecf95dceffdf61298b79112979d86cc7360d/Suterusu%20yellowpaper%20V%200.1.pdf

1 Like

This is really cool.

The main issue I see with this scheme if it were to be implemented on top of Ethereum is that class group operations might be quite expensive. Potentially as expensive as Zether currently is.
Are there any gas cost estimates that you can provide?

Anothet question I have is are you building a DSL to make it easier to write such privacy-preserving smart contracts or do you expect developers to write Rust?

Thanks for your comments. Here is my answer to your two questions:

  1. As mentioned at the end of this yellowpaper, we are working on the simulation of the scheme and compare it with other similar schemes, and will choose the optimal scheme for our final implementation.

  2. We focus on Rust at the moment.

1 Like