daxpedda
daxpedda
> Does Rust run `test1` and `test2` as two different binaries? Or different threads? Each test is run in its own thread as part of the same process. See https://doc.rust-lang.org/1.86.0/cargo/commands/cargo-test.html#description....
We shouldn't merge this before #378, I would like to avoid having to rebase it. Putting it in draft mode.
This PR can be closed. We can neither update nor switch to `hybrid-array` until we update all our `elliptic-curve` & co. dependencies together.
> 2\. Add a new option, e.g. `js_symbol`, separate from `js_name` for symbols. I don't think this is a good idea. A symbol is intended to be a unique name,...
I'm not qualified to solely approve this. So unless we get more qualified input, going ahead with some sort of experimental switch would be fine with me as well. Otherwise...
> Using `hash2curve` for `k256` should be fine, but for something like `primeorder` it might be problematic to require `hash2curve` for the generic implementation. I'd need to investigate more. We...
> Personally, reading the docs, I'm still not sure if it's even possible to use the library without having it hijack the execution flow from the hosting applications thread. >...
Will make a PR shortly.
Maybe we should investigate if we can emit a warning in this case (with the help of `deprecated`).
> I think you're confusing [`elliptic_curve::Curve`](https://docs.rs/elliptic-curve/0.12.3/elliptic_curve/trait.Curve.html) with [`group::Curve`](https://docs.rs/group/0.13.0/group/trait.Curve.html). How so? Do you mean because I was proposing to use `group::Group`, which isn't a good replacement for `elliptic_curve::Curve` (now that I...