You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 curvesMoved to issue 1 at kyce2.
The text was updated successfully, but these errors were encountered: