-
Notifications
You must be signed in to change notification settings - Fork 313
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
Dev/benchmarks #45 #58
base: master
Are you sure you want to change the base?
Conversation
replaced cryptography_utils with curv, used latest version of .phase1_verify_com_phase3_verify_correct_key_phase2_distribute Squashed commits: [21e0b57] re-enabled two party keygen bench
@vhnatyk it seems you are using an old version of keygen. Can you use try and use the latest in master please? |
Umm, sorry - seems it's latest gg18/keygen.rs, and has only one commit 7483f3880b2995ecf83db25ecafe860f0df29c59. Maybe you refer to 2p keygen bench - lindell_2017/keygen.rs - that one is latest |
Oh I see the problem! If you want to get rid of the black magic - copy the code from test.rs instead of what we have now in benches. let me know if you prefer me to do it [its suppose to be straight forward] |
If it's just simple overwriting update to gg18\keygen.rs - yes pls update, otherwise if some merging etc - probably I can do it and you'll review. Cool - let's get rid of Black Magik ! 🤘 - I will rerun benches with latest |
I pushed the new GG18 keygen benchmarks to
|
Dummy PR - still may require many different changes, just a draft for @omershlo to review the change to gg18/keygen.rs that I referred to as Black Magik 😄. Also, I found a way to run everything on mobile since there is a branch in rust-crypto where aarch64 was fixed.