danwallach / ElectionGuard-TypeScript

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

Support Context and Constant json input #15

Closed DJunge-w closed 2 years ago

DJunge-w commented 2 years ago

Our current implementation hardcoded P, Q, and public key constants. They need to be inputs read from context.json and constant.json defined by v1.0 ElectionGuard standard. (https://www.electionguard.vote/develop/Data_Schema/)

danwallach commented 2 years ago

Support for 3000 and 4000-bit constants?

danwallach commented 2 years ago

Fixed.