danwallach / ElectionGuard-TypeScript

TypeScript implementation of ElectionGuard (subset for ballot encryption)
MIT License
8 stars 0 forks source link

Integrate HACL-WASM #16

Open danwallach opened 2 years ago

danwallach commented 2 years ago

Potentially significant speedups.

danwallach commented 2 years ago

Code implemented on the hacl-wasm branch. Tentatively a factor of 100x slower than what we're doing with bigint and so forth. So we'll be sticking with our current plan for now.