Struct pvss::crypto::Scalar [] [src]

pub struct Scalar { /* fields omitted */ }

Methods

impl Scalar
[src]

Trait Implementations

impl Clone for Scalar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Add for Scalar
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for Scalar
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul for Scalar
[src]

The resulting type after applying the * operator

The method for the * operator

impl PartialEq for Scalar
[src]

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

This method tests for !=.