Struct indy_crypto::bls::VerKey[][src]

pub struct VerKey { /* fields omitted */ }

BLS verification key.

Methods

impl VerKey
[src]

Creates and returns BLS ver key that corresponds to sign key.

Example

use indy_crypto::bls::Generator;
Generator::new().unwrap();

Returns BLS verification key to bytes representation.

Example

//TODO: Provide an example!

Creates and returns BLS verification key from bytes representation.

Example

//TODO: Provide an example!

Trait Implementations

impl Debug for VerKey
[src]

Formats the value using the given formatter. Read more

impl Clone for VerKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for VerKey

impl Sync for VerKey