privacy-scaling-explorations / maci

Minimal Anti-Collusion Infrastructure (MACI)
https://maci.pse.dev/
Other
522 stars 143 forks source link

Encryption and Poseidon #98

Closed ChihChengLiang closed 1 year ago

ChihChengLiang commented 4 years ago

What's wrong

We currently encrypt plaintext with mimc hashes.

Explore how and why use a Poseidon based encryption/decryption method.

weijiekoh commented 4 years ago

Just saw this: https://drive.google.com/file/d/1EVrP3DzoGbmzkRmYnyEDcIQcXVU7GlOd/view

weijiekoh commented 3 years ago

For future reference: https://github.com/weijiekoh/poseidon-encryption-circom

baumstern commented 1 year ago

Fixed in https://github.com/privacy-scaling-explorations/maci/pull/159