timofey

Results 4 comments of timofey

Thanks for the PRs. Apologies for such a late merge. Support for more 32 bytes plaintext will be added in later commits.

Having a reference implementation for this would've been useful indeed! Are there any existing open-sourced solutions that leverage [`round-based-protocol`](https://github.com/ZenGo-X/round-based-protocol) with [`libp2p`](https://github.com/libp2p/rust-libp2p) transport? Would appreciate any links and tips.

> Are there any existing open-sourced solutions that leverage [`round-based-protocol`](https://github.com/ZenGo-X/round-based-protocol) with [`libp2p`](https://github.com/libp2p/rust-libp2p) transport? I've written a prototype with rust-libp2p networking capable of running DKG and threshold signing based on [ZenGo-X/multi-party-ecdsa](https://github.com/ZenGo-X/multi-party-ecdsa)....

Fixed this by manually re-enabling `.sidebar-toggle-button` in `theme.css` ```css body:not(.show-sidebar-toggle-buttons) .sidebar-toggle-button { display: none } ``` ^ just commented this block