pub fn validate_proof(
    proof: &Proof,
    vk: JsString,
    curve: WasmCurve
) -> Result<bool, JsValue>