[][src]Module indy_crypto::ffi::cl::prover

Modules

mocks

Functions

indy_crypto_cl_blinded_credential_secrets_correctness_proof_free

Deallocates blinded credential secrets correctness proof instance.

indy_crypto_cl_blinded_credential_secrets_correctness_proof_from_json

Creates and returns blinded credential secrets correctness proof json.

indy_crypto_cl_blinded_credential_secrets_correctness_proof_to_json

Returns json representation of blinded credential secrets correctness proof.

indy_crypto_cl_blinded_credential_secrets_free

Deallocates blinded credential secrets instance.

indy_crypto_cl_blinded_credential_secrets_from_json

Creates and returns blinded credential secrets from json.

indy_crypto_cl_blinded_credential_secrets_to_json

Returns json representation of blinded credential secrets.

indy_crypto_cl_credential_secrets_blinding_factors_free

Deallocates credential secrets blinding factors instance.

indy_crypto_cl_credential_secrets_blinding_factors_from_json

Creates and returns credential secrets blinding factors json.

indy_crypto_cl_credential_secrets_blinding_factors_to_json

Returns json representation of credential secrets blinding factors.

indy_crypto_cl_master_secret_free

Deallocates master secret instance.

indy_crypto_cl_master_secret_from_json

Creates and returns master secret from json.

indy_crypto_cl_master_secret_to_json

Returns json representation of master secret.

indy_crypto_cl_proof_builder_add_sub_proof_request

Add a sub proof request to the proof builder

indy_crypto_cl_proof_builder_finalize

Finalize proof.

indy_crypto_cl_proof_free

Deallocates proof instance.

indy_crypto_cl_proof_from_json

Creates and returns proof json.

indy_crypto_cl_proof_to_json

Returns json representation of proof.

indy_crypto_cl_prover_blind_credential_secrets

Creates blinded credential secrets for given issuer key and master secret.

indy_crypto_cl_prover_get_credential_revocation_index
indy_crypto_cl_prover_new_master_secret

Creates a master secret.

indy_crypto_cl_prover_new_proof_builder

Creates and returns proof builder.

indy_crypto_cl_prover_process_credential_signature

Updates the credential signature by a credential secrets blinding factors.