Struct pvss::crypto::PrivateKey [] [src]

pub struct PrivateKey {
    pub scalar: Scalar,
}

Fields

Methods

impl PrivateKey
[src]

Trait Implementations

impl PartialEq for PrivateKey
[src]

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

This method tests for !=.