blob: bad4fe151df6059cd9da634a281483612ebb27cb (
plain)
1
2
|
BREAKING: `Ed25519Cert::check_key` prototype changed from taking `&Option<ed25519::PublicKey>` to `Option<&ed25519::PublicKey>`
BREAKING: many function and structures moved from using ed25519::PublicKey to ed25519::Ed25519Identity
|