mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-30 11:11:21 +00:00
* Shorten and unify Debug impls of public keys. ed25519 `PublicKey` and secp256k1 `PublicKey` get a new `Debug` impl, while RSAs `PublicKey` is aligned with the others for uniformity. * Update version and changelog.