Be-P

Results 3 comments of Be-P

@vnermolaev I've opened the above PR to fix your issue, hopefully it will get merged

You may try overriding the curv dependency ([cargo overriding dependencies](https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html)) with the PR code and see if it works

@elichai I've fixed the `cargofmt` step. The next step that runs `cargo clippy -- -D clippy::all`, throws errors from various files that were not touched by this PR. Should I...