Michael Rosenberg

Results 157 comments of Michael Rosenberg

Yeah that's unfortunate. I really doubt anyone has ever used a `CompressedRistrettoPoint` in a match statement, especially since this is a [relatively new](https://github.com/rust-lang/rust/issues/120362) feature. But semver is semver. Tbh I'm...

Also approved. Just wanna rerun the tests somehow

Thank you! @tarcieri is this technically breaking? It could make existing code cease to zeroize structs

Ok agreed. I labeled this so we can come back to it next major release

I like the latter style. Maybe called `EdwardsPoint::validated_decompress`. I thought about maybe supporting arbitrary validation routines by defining a trait. But for now I think it suffices to have a...

You're not the first person to mention this issue. This seems possibly doable, but frankly I don't have a ton of time to work on usability fixes for this crate....

A kind of nasty workaround is to have a third key C. This key contains "flip" or "flop". Rather than storing "A" and "B", the program stores "A_flip" and "B_flip",...

Can I archive this repo? Neither I nor ToB are maintaining it now