curve25519-dalek icon indicating copy to clipboard operation
curve25519-dalek copied to clipboard

Updated deps

Open rozbb opened this issue 3 years ago • 1 comments

This requires a major version bump, as it is a breaking change. Because curve25519-dalek exposes its rand dependency, if another crate previously used an OsRng from v0.7 to generate a scalar (which e.g. ed25519-dalek does), it would not compile anymore. This seemed awkward to me but it looks like merlin does this too.

Notes on dependency updates:

  • byteorder = "1" is the line that's used in byteorder's own README
  • subtle is semantic-versioned (check me on this)
  • I didn't switch fiat_crypto to 0.1 because I have no idea how it's versioned. Thankfully it's bug-free by definition, so that's not an issue >.>

rozbb avatar Sep 14 '21 07:09 rozbb

I guess this PR should target the release/4.0 branch

paolobarbolini avatar Dec 14 '21 08:12 paolobarbolini

Resolved in release/4.0 branch

rozbb avatar Oct 18 '22 18:10 rozbb