Victor Ermolaev
Victor Ermolaev
A `CliPlugin` targeting constructor parameters of data classes fails to apply any transformation on such parameters. Such transformations include equivalent transformations too. A use-case for such functionality is adding an...
I have encountered a problem have such a setup ```bash kzen-curv = 0.9.0 dsa = 0.3.0 ``` Producing the following error ```bash /Users/user/.cargo/bin/cargo metadata --verbose --format-version 1 --all-features stdout :...
## Description This PR addresses issue #4460. However, the issue described in #4460 is not actually an issue, and, as the update test showcases, errors were already raised when swarm...
I noticed that the crate redefines serialization of `curv::BigInt`s to be in base 10, e.g., for `KeyPair`, `p` and `q` are going to be in base 10 https://github.com/ZenGo-X/rust-paillier/blob/7d4958fb73cdae283906449e71f0dbb10ff459b3/src/lib.rs#L23-L29 because https://github.com/ZenGo-X/rust-paillier/blob/7d4958fb73cdae283906449e71f0dbb10ff459b3/src/serialize.rs#L9-L11...
### Summary As part of PR #4371, methods `request_response::Behaviour::add_address` and `request_response::Behaviour::remove_address` have been deprecated however in the [master branch](https://github.com/libp2p/rust-libp2p/blob/0e11c61b2a6e20f6838e9cb906c9bf8cfb53c04b/protocols/request-response/src/lib.rs#L419) it says that ```rust /// Initiates sending a request. /// ......
Hi, I've created a blank Rust project with a single dependency: ```toml llama_cpp_rs = "0.3.0" ``` However, when I tried to compile it, the build failed with the following error:...