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

pub struct VerKey { /* fields omitted */ }

BLS verification key.

Methods

impl VerKey
[src]

[src]

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

Example

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

[src]

Returns BLS verification key to bytes representation.

Example

//TODO: Provide an example!

[src]

Creates and returns BLS verification key from bytes representation.

Example

//TODO: Provide an example!

Trait Implementations

impl Debug for VerKey
[src]

[src]

Formats the value using the given formatter.