-
Notifications
You must be signed in to change notification settings - Fork 7
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
Release v0.7.0 #271
Comments
Using the arkzkey witness calculator in zerokit implicitly involves running the corresponding WASM code. This circumstance suggests the possibility of more performant witness computation. Two alternative Circom witness calculators, which does not rely on WASM, were proposed recently: Thus, in order to improve the performance of the witness calculation process of zerokit in reasonable amount of time, these two alternatives have been studied in terms of expected performance and convenience for integration into zerokit. The study methods were static code analysis and review of available documentation. This comparative study has yielded the following results:
The practical conclusion of the study is the advice to prefer circom-witnesscalc as the replacement for the arkzkey witness calculator in zerokit . |
The scope of features and bugs that will be fixed in the minor v0.6.1 release
Usage of arkzkey
Poseidon
Poseidon Hash
Only round parameters (easy) and secure MDS matrices verification algorithms (hard) missing
rln-wasm
wasmer
and benchmark against current implementationrln-wasm
auditDocs
The text was updated successfully, but these errors were encountered: