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. :)

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.

1 participant