logo
pub fn sign_tezos(
    data: &[u8],
    algorithm: Algorithm,
    key: &JWK
) -> Result<String, SignTezosError>