Tony Arcieri

Results 2534 comments of Tony Arcieri

Yes, per my comment immediately above yours

Aah sorry, that is perhaps a little jargony. But yes, the plan is to introduce new names some time after the stable v0.6 release and deprecate the old ones.

It could potentially be implemented, although `elliptic-curve` isn't currently a dependency and it might contain some assumptions about curves being of prime order

Ideally I think all traits would be implemented for all sizes, yes. If you can remove the hardcoded size limitations and implement things for all sizes, that'd be great. The...

Something somewhat tricky any implementation that invokes `cargo update` will likely have to deal with is qualifying the vulnerable package to be upgraded with its version, e.g. `cargo update --package...

Yeah, it would be good to use `serdect`, similar to how `ecdsa` does it, especially since you're doing secret key serialization (i.e. `SigningKey`)

I'd prefer not to add superfluous crates. There shouldn't be that much duplication.

Closing as stale

> Edwards point compression is the only hot path now Perhaps it would be good to add a function like `EdwardsPoint::batch_compress` which can use `FieldElement::batch_invert` internally Edit: opened #759