vhnatyk / emerald-city

WASM/HW-friendly lightweight client application for threshold ECDSA
GNU General Public License v3.0
3 stars 1 forks source link

Clarify state of Constant Time safety of the repo and platforms #2

Open vhnatyk opened 5 years ago

vhnatyk commented 5 years ago

Needs some research on CT safety of code/dependencies and platforms. At glance - MCU's with secure enclave are, supposedly, immune to timing attacks due to internal separate hardware clock and tamper-proof protection. Needs confirmation though - there are some practical studies on side-channel attacks on non-secure MCU used in Trezor wallet. WASM in turn isn't CT-safe yet, though there are extensions with implemented CT-safety

dheeraj-721 commented 1 year ago

Hi @vhnatyk I need to create wasm files in zengo_mpc_eddsa code. Please help me in that. I am not able to create wasm files.

Thanks