Exemplo n.º 1
0
def bls_verifier(default_params):
    return BlsCryptoVerifierIndyCrypto(default_params)
Exemplo n.º 2
0
 def _create_bls_crypto_verifier(self, group_params):
     return BlsCryptoVerifierIndyCrypto(group_params)