UkoeHB
UkoeHB
> Maybe put the notation section before public parameters, and remove specific objects. I updated the notation section again. It seems useful to describe specific points in the public parameters...
@coinstudent2048 Ok I will see what I can do.
Added Section 3.8 for generalized information recovery.
> Re Section 4.2 "Amount Balancing": If the verifier would check if Sum C'_j == Sum C_t, then the verifier would now know Sum C_t and hence can attempt to...
Yep that's right :)
Sweet :) I am still plugging away at tx protocol mockups... Had to take a detour the past couple days to rethink my architecture design.
> Yey the properties are complete. Great! :) Btw the Lelantus-Spark paper is [on IACR](https://eprint.iacr.org/2021/1173.pdf) if you want to check out their security model/proofs. > I still need help for...
Maybe we can tie the camera type to the cursor with an associated type like I do with [interaction sources](https://github.com/UkoeHB/bevy_kot/blob/5c7ffc6bafbdb8c3ec0c9c68b8ed8d959c7f8678/src/ui/interaction_core.rs#L105).
@davidpdrsn is there anything blocking this PR I should address?
Another problem is none of these rejection types implement `Default`, so you can't actually reject a connection manually... I am trying to refactor ezsockets to use this crate, but [this...