示例#1
0
def bls_verifier(default_params):
    return BlsCryptoVerifierIndyCrypto(default_params)
示例#2
0
 def _create_bls_crypto_verifier(self, group_params):
     return BlsCryptoVerifierIndyCrypto(group_params)