Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress? #4

Open
jon-chuang opened this issue Apr 7, 2020 · 2 comments
Open

Progress? #4

jon-chuang opened this issue Apr 7, 2020 · 2 comments

Comments

@jon-chuang
Copy link

jon-chuang commented Apr 7, 2020

Hi, I am interested in your project. What is the current status? How long more till implementing a range proof/pedersen Hash? I would love to help in getting to the point of Pedersen hashes if you would allow :)

@kevaundray
Copy link
Owner

Hey Jon,

Thanks for the interest, I will split up your comment into three:

Status:

  • Lookups have been implemented for bivariate functions.

Rangeproof:

You could do rangeproofs with the look up table, but it will not be optimal in terms of proof size and maybe proof times too. The Rangeproof algorithm that is stated in the paper is a TODO, I've done a bit of work on it offline.

Pedersen Hashes:

For Pedersen hashes inside of a circuit, I do not know enough, so I will need to inspect a few circuits and get back to you on this. If you already know how to implement this with a lookup, then please feel free to PR :)

I will also add an example folder also with the in-effcient rangeproof until the more efficient version is added and a few lookup examples. Did that answer all of your questions?

@kevaundray
Copy link
Owner

Examples added in this commit: 2b34b0b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants