Hyemin Lee
Hyemin Lee
**Describe the bug** Test passes on local MacOS (M1), but it fails on Ubuntu 20.04. Proof verification is unavailable. **To Reproduce** Just cloned this repo and run `cargo test` on...
**What this PR does / why we need it**: A new operation, `EditReverse`, is proposed to support multi-user undo and redo functionality in text.edit. (yorkie-team/yorkie-js-sdk#635) To support this, the server...
> Last updated at November 27, 2023 > edited by @chacha912, @hyemmie > If you find something deprecated, please feel free to add to or correct this issue. > **What...
#### What this PR does / why we need it? This PR reflects the changes to implement undo & redo in text.edit. The previous method, implemented in `feat/undo-redo-arch` focused on...
It seems that `PrimeField` and `SquareRootField` trait isn't implemented for `MpcField`. (https://github.com/alex-ozdemir/collaborative-zksnark/blob/main/mpc-algebra/src/wire/field.rs#L516) I'm trying to use `MpcField` for implementing elgamal encryption on mpc-snarks (especially trying to refactor `EdwardParameter` to use...