dalek-cryptography / curve25519-dalek

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

curve25519: Remove `build-dep:platforms` in favor of `CARGO_CFG_TARGET_POINTER_WIDTH` #636

Closed pinkforest closed 4 months ago

pinkforest commented 4 months ago

Fixes #610 Nightly CI depends on #638 nightly lint fix

Removes platform dep in favor of using CARGO_CFG_TARGET_POINTER_WIDTH

Left a note to make sure matching target platforms via type in future - there are build test/s in any case so :woman_shrugging:

rozbb commented 4 months ago

You should be able to rebase on main now

pinkforest commented 4 months ago

We're green :partying_face: :tada: :sweat_smile:

rozbb commented 4 months ago

More consistency via fewer deps. Love it