type Ed25519Keypair = { privateKey: Hex; publicKey: Hex };
type privateKey = Hex;
type publicKey = Hex;