There has now been some significant positive movement on curve25519, including updated dependencies.
I also added the doc_auto_cfg feature behind a docsrscfg flag to improve the documentation generated.
I guess for us the biggest change is removing all the re-exported crate features. Now --all-features can be used and features are additive, as they should be.
CI might need to be improved now, like testing --all-features or 32-bit targets. @kevinlewi I gave you write access, so feel free to add more tests as you deem fit.
There has now been some significant positive movement on
curve25519
, including updated dependencies. I also added thedoc_auto_cfg
feature behind adocsrs
cfg
flag to improve the documentation generated.I guess for us the biggest change is removing all the re-exported crate features. Now
--all-features
can be used and features are additive, as they should be.CI might need to be improved now, like testing
--all-features
or 32-bit targets. @kevinlewi I gave you write access, so feel free to add more tests as you deem fit.