VitaliiH
VitaliiH
Reworked pull request that covers all initial questions * Ability to call locally at least one function of 2-party ECDSA on iOS: all functions from 2-party ECDSA compile and run...
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...
Android
Issue stub to integrate changes required to run on Android
Targeting Raspberry Pi is definitely cool, but what about going further to ARMv7M ?!) Investigating it right now - but if you see any obvious immediate blockers that I'm missing,...
Hi again!) Probably minor thing but I'm getting errors due to insufficient permissions when using [Criterion](https://github.com/bheisler/criterion.rs) on iOS. Would be nice to fix it either with optional parameter or simply...
Hi - this one id related to #77 . Dinghy also fails to sign app bundle when it discovers first any auto-signing profile (XCode-created provisioning profiles - with names starting...
Added wasm32-unknown-unknown support for emerald-city
Unfortunately doesn't work with keygen/sign clients and artifacts from [main repo](https://github.com/KZen-networks/multi-party-ecdsa). Good news is that the keygen/sign clients in [this branch](https://github.com/vhnatyk/emerald-city/tree/dev/vhnat/restored-gg18-keygen-sign), that are restored work ok if not mixed with...
Draft PR for #11
Benches
Looks like we need at least some basic benches to track performance between different changes. I think about the usual [criterion](https://github.com/bheisler/criterion.rs) but seems It's not working for **mobile**/**wasm** targets not...