Skip to content

Conversation

@nabetti1720
Copy link

This PR updates the crate to the Release Candidate version currently in development by the RustCrypto project.

  • Since ed25519_dalek::SigningKey::from_sec1_der() no longer exists, We replaced it with my own implementation. It may be better to simply not support it.
  • rand_core::OsRng has been moved to the rand crate. We felt that there should be no new dependency on the rand crate, and instead have a small implementation with CryptoRng + RngCore trait functionality for compatibility.
  • We have also fixed the incompatibilities that occurred in fix/clippy/fmt.

If this has already been planned by an official expert, you may close this PR.
I hope this PR will be helpful to you. :)

@tarcieri
Copy link
Member

@stevefan1999-personal can you take a look at this? I know it duplicates some of the work you were trying to do in #87, but I do like that this is just a self-contained dependency upgrade PR

@stevefan1999-personal
Copy link
Contributor

@tarcieri I'm out on a trip rn and I will be back on 2nd Jan, but I will try to take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants