Struct indy_crypto::cl::MasterSecret[][src]

pub struct MasterSecret { /* fields omitted */ }

Secret key encoded in a credential that is used to prove that prover owns the credential; can be used to prove linkage across credentials. Prover blinds master secret, generating BlindedCredentialSecrets and CredentialSecretsBlindingFactors (blinding factors) and sends the BlindedCredentialSecrets to Issuer who then encodes it credential creation. The blinding factors are used by Prover for post processing of issued credentials.

Methods

impl MasterSecret
[src]

Trait Implementations

impl Debug for MasterSecret
[src]

Formats the value using the given formatter. Read more

impl JsonEncodable for MasterSecret
[src]

impl<'a> JsonDecodable<'a> for MasterSecret
[src]

Auto Trait Implementations