curve25519-dalek v1.2.0 Release Notes

    • 🆕 New multiscalar multiplication algorithm with better performance for large problem sizes. The backend algorithm is selected transparently using the size hints of the input iterators, so no changes are required for client crates to start using it.
    • Equality of Edwards points is now checked in projective coordinates.
    • Serde can now be used with no_std.