Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

zkProofs slow speed in 32 bits architecture #124

Open
ed255 opened this issue Jun 2, 2020 · 0 comments
Open

zkProofs slow speed in 32 bits architecture #124

ed255 opened this issue Jun 2, 2020 · 0 comments

Comments

@ed255
Copy link
Contributor

ed255 commented Jun 2, 2020

zkProofs operations are slow on 32 bits architecture: iden3/go-circom-prover-verifier#23

This affects:

  • Holder: generating ownership zk proof
  • ZkFiles: Loading proving key

On 32 bits archs these operations are around 40 times slower.

Since a few years ago most of the new mobile phones are 64 bit ARM architecture, so in theory only old devices would be affected.

This also could affect Android emulation: if x86 emulation is used, the performance of zk proof functionality will be very poor (we already experienced this in firebase where tests timed out when running on an x86 Android emulator).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant