Vinay Sawant

Results 5 issues of Vinay Sawant

Here are the error details `dyld[1883]: symbol not found in flat namespace '_BN_CTX_free' error: test failed, to rerun pass --lib`

Can it support bls 12_381 curve.? And i am getting one issue while compiling using this crate? `dyld[1883]: symbol not found in flat namespace '_BN_CTX_free' `error: test failed, to rerun...

I have below enum ``` #[derive(Debug, RactorMessage)] pub enum DkgEngineMessage { Init(usize, Vec, usize), Round1, EncryptedYValuesAndCommittment((u128, HashMap, Vec)), Round2, StoreReceivedPublicKey(u128, AffinePoint), Round3, } ``` The moment i change the value...

bug

### Summary We're experiencing intermittent issues with gossip data propagation in our libp2p network using Rust-libp2p 0.54. The problem occurs on both local development machines and test servers, where nodes...

I’m working on a codebase and am encountering an issue when trying to convert a decrypted message of type `QuadExtField` back to its original hexadecimal string format. Here's a snippet...