We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The multiexp function is currently based on the bellman lib.
zero-chain/core/sonic/src/utils.rs
Lines 209 to 214 in 10c89dc
In addition, we can remove the duplicative collect(), the parameters are into iterator from vec before passed the mutiexp function.
collect()
vec
mutiexp
Line 194 in 10c89dc
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
The multiexp function is currently based on the bellman lib.
zero-chain/core/sonic/src/utils.rs
Lines 209 to 214 in 10c89dc
We might optimize it more based on zexe's one which is based on rayon and avoiding use of trait objects.
In addition, we can remove the duplicative
collect()
, the parameters are into iterator fromvec
before passed themutiexp
function.zero-chain/core/sonic/src/utils.rs
Line 194 in 10c89dc
The text was updated successfully, but these errors were encountered: