dalek-cryptography / curve25519-dalek

A pure-Rust implementation of group operations on Ristretto and Curve25519
Other
867 stars 439 forks source link

Clean up backend features and vendor curve25519_dalek_derive #531

Closed pinkforest closed 1 year ago

pinkforest commented 1 year ago

Closes #414 (again) Implements:

Notes

rozbb commented 1 year ago

Manually verified that curve25519_dalek_derive/ mirrors the unsafe_target_feature repo at 389ae00, modulo renaming and metadata changes.

rozbb commented 1 year ago

Thanks for the updates! Made a pass on the README which hopefully clarifies how backend selection now works. @koute @tarcieri take a look at just the "Backend" section if you get a chance and lmk if it's good to go.

koute commented 1 year ago

LGTM!

@pinkforest Thank you for pushing this forward!