pub fn verify_blind_sign_request<R: RngCore>( rng: &mut R, commitment: &G1Affine, pok_for_commitment: Proof<Bls12_381>, challenge: Option<&str>, ) -> Result<(), RDFProofsError>