hyperledger-labs / zeto

Privacy-preserving implementations of fungible and non-fungible tokens, using UTXO as the underlying transaction model
Apache License 2.0
25 stars 16 forks source link

Re-implement encrypt.circom and poseidon decrypt #44

Closed jimthematrix closed 2 months ago

jimthematrix commented 2 months ago

So that both the encryption (in circom and js) and decryption (in js) follow the paper closely: https://drive.google.com/file/d/1EVrP3DzoGbmzkRmYnyEDcIQcXVU7GlOd/view

jimthematrix commented 2 months ago

Close to re-open and base on the upgradeable branch

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.49%. Comparing base (dfecf4d) to head (257f2ab). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #44 +/- ## ========================================== + Coverage 71.37% 72.49% +1.11% ========================================== Files 12 12 Lines 538 538 ========================================== + Hits 384 390 +6 + Misses 109 104 -5 + Partials 45 44 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.