Struct indy_crypto::cl::CredentialRevocationPublicKey [] [src]

pub struct CredentialRevocationPublicKey {
    pub g: PointG1,
    pub g_dash: PointG2,
    pub h: PointG1,
    pub h0: PointG1,
    pub h1: PointG1,
    pub h2: PointG1,
    pub htilde: PointG1,
    pub h_cap: PointG2,
    pub u: PointG2,
    pub pk: PointG1,
    pub y: PointG2,
}

Revocation Public Key is used to verify that credential was'nt revoked by Issuer.

Fields

Trait Implementations

impl Clone for CredentialRevocationPublicKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CredentialRevocationPublicKey
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for CredentialRevocationPublicKey
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations