Cameron Garnham
Cameron Garnham
Interesting. Many open-source project have considered [meson](https://mesonbuild.com/) a very lightweight, effective, and well-maintained build system. Have you compared or contrasted CMake with Meson?
> @da2ce7 > > > Have you compared or contrasted CMake with Meson? > > From the PR description: > > > * https://www.qt.io/blog/qt-6-build-system: > > > > > CMake...
@antiochp thankyou for your correction; I have updated the issue with the receomended way.
@josecelano @WarmBeer I think that it is a good idea to publish to to https://crates.io/ . I think that we should consider tagging our releases as "beta", so that others...
> With those requirements, we could publish 3.0.0-beta and 3.0.0 in a couple of weeks. We can have `3.0.0-beta` and `3.0.0-beta.2` and so on.
@josecelano @WarmBeer I think that your approach is good. We need to give each client a unforgivable and nonce that: - The user can show to stop impersonation attacks. -...
@WarmBeer > Over this [having the extra step of producing the Time_Bound_Pepper] Of course you are right. It is just the same. I separated the parts so I could use...
@josecelano and @WarmBeer I have made an working test implementation of the `TimeBoundPepper` structure: ``` rust use arc_swap::ArcSwap; use std::fmt::Write; use std::sync::Arc; use std::thread::sleep; use std::time::Duration; use std::time::SystemTime; #[derive(Copy, Clone)]...
@josecelano and @WarmBeer The previous implementation had the error that sometimes peers will be given peppers with very short lifetimes. I have updated the implementation so that there is a...
@jonathancross, thank-you for your wording suggestions, I have adopted them in this pull request.