Deserializes a public key from a hex string. Attempts to deserialize using various public key types in sequence until one succeeds.
The hex string representation of the public key to deserialize
The deserialized public key
Error if deserialization fails for all supported key types or if multiple deserializations are found
Deserializes a public key from a hex string. Attempts to deserialize using various public key types in sequence until one succeeds.