Fiono11
Fiono11
What crate do you plan to use for this? https://github.com/yoshuawuyts/fd-lock or https://github.com/oxidecomputer/fs3-rs
Working on this issue.
For encryption maybe we could use one of these? https://github.com/RustCrypto/stream-ciphers
Working on this issue.
I'm sorry, I didn't understand. Can you explain in a simpler way, please?
Can you explain it, please?
Hi! No, I was asking if you can commit to a polynomial of degree d and verify that its degree is exactly d instead of at most d.
Btw, can you make a proof evaluation of a point for a given commitment of a polynomial p(x) without sending the evaluation v (as in p(z) = v), but sending...
Based on `examples/browser-to-browser-webrtc` and `examples/relay-server`, I was able to send messages between two browsers. However, when the relay server is shut down, the connection between the browsers is also shut...