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

Research: can we implement accumulators using Ethereum crypto pre-compiles? #2

Closed
s-tikhomirov opened this issue Mar 8, 2018 · 0 comments

Comments

@s-tikhomirov
Copy link
Owner

s-tikhomirov commented Mar 8, 2018

Ethereum has precompiled contracts for elliptic curve addition and scalar multiplication on alt_bn128 and pairing checks EIP-213.

Our paper says: "We suggest an accumulator based on bilinear maps due to Camenisch et al.

A question on implementation of some other crypto in Ethereum (the author tries to implement some fancy crypto with given primitives, turns out it is possible, at least the answer says so).

The question is, can we implement our accumulator using Ethereum crypto primitives?

See also: Vitalik on pairings on elliptic curves

Moved to issue 1 at kyce2.

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

1 participant