pub type PublicKey = PublicKey;
enum PublicKey { Ed25519(VerificationKey), Secp256k1(VerifyingKey<Secp256k1>), }
Ed25519 keys
Secp256k1 keys