dalek-cryptography / ed25519-dalek

Fast and efficient ed25519 signing and verification in Rust.
BSD 3-Clause "New" or "Revised" License
684 stars 227 forks source link

Bump `ed25519` to v2.2; `pkcs8` to v0.10 #285

Closed tarcieri closed 1 year ago

tarcieri commented 1 year ago

The ed25519 v2.2.0 crate bumps the pkcs8 dependency to v0.10.

This updates ed25519 to the latest version and updates the PKCS#8 support to use the new API.