Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ed25519 v2.0.0 #622

Merged
merged 1 commit into from
Jan 16, 2023
Merged

ed25519 v2.0.0 #622

merged 1 commit into from
Jan 16, 2023

Conversation

tarcieri
Copy link
Member

Added

  • pkcs8 re-exports (#589, #590, #591, #592)
  • Signature::from_components method (#600)
  • Impl TryFrom<SignatureBytes> for Signature (#601)

Changed

  • Use PublicKeyBytes as KeypairBytes::public_key (#570)
  • Signature::from_bytes takes SignatureBytes as an argument (#593)
  • Store R and s components separately (#595)
  • Bump signature crate dependency to v2.0 (#614)

Removed

  • Deprecated From<[u8; 64]> conversion for signature (#564)
  • AsRef<[u8]> impl on signature (#595)

@tarcieri tarcieri merged commit 0bb3f07 into master Jan 16, 2023
@tarcieri tarcieri deleted the ed25519/v2.0.0 branch January 16, 2023 01:10
tarcieri added a commit to dalek-cryptography/ed25519-dalek that referenced this pull request Jan 16, 2023
rozbb pushed a commit to dalek-cryptography/ed25519-dalek that referenced this pull request Jan 17, 2023
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