pub fn parse_algorithm(s: &str) -> Result<Algorithm, FactoryError>
Parse "ed25519" | "secp256k1" | "p256" into an Algorithm.
"ed25519" | "secp256k1" | "p256"
Algorithm