fn convert_ed25519_pk(key: &Ed25519PublicKey) -> Result<PublicKey>Expand description
Try to convert an Ed25519PublicKey to an ed25519::PublicKey.
fn convert_ed25519_pk(key: &Ed25519PublicKey) -> Result<PublicKey>Try to convert an Ed25519PublicKey to an ed25519::PublicKey.