Jason Gerard DeRose

Results 3 comments of Jason Gerard DeRose

I'm probably missing something obvious, but doesn't `SigningKey` currently do short-circuit comparison because it derives PartialEq? As far as I can tell `BigUint` doesn't do constant time comparison. ```rust ///...

Yeah, crypto-bigint will nearly solve it, but correct me if I'm wrong, comparing Component would still short-circuit after the first non-matching struct member, right? ```rust /// The common components of...

I think removing the KAT files is reasonable, but if there ever is a way to `cargo test` on all dependencies as well, as discussed here: https://internals.rust-lang.org/t/a-way-to-run-tests-for-all-your-dependencies-recursively/20584 Then perhaps a...