fn convert_x25519_pk(key: &OpaquePublicKey) -> Result<PublicKey>Expand description
Try to convert an OpaquePublicKey to a curve25519::PublicKey.
fn convert_x25519_pk(key: &OpaquePublicKey) -> Result<PublicKey>Try to convert an OpaquePublicKey to a curve25519::PublicKey.