Enum powersoftau::CheckForCorrectness [] [src]

pub enum CheckForCorrectness {
    Yes,
    No,
}

Determines if points should be checked for correctness during deserialization. This is not necessary for participants, because a transcript verifier can check this theirself.

Variants

Trait Implementations

impl Copy for CheckForCorrectness
[src]

impl Clone for CheckForCorrectness
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more