Struct fujisaki_ringsig::sig::Signature [] [src]

pub struct Signature { /* fields omitted */ }

A Fujisaki signature. The size of Signature scales proportionally with the number of public keys in the ring.

Trait Implementations

impl Debug for Signature
[src]

[src]

Formats the value using the given formatter.

impl Eq for Signature
[src]

impl PartialEq for Signature
[src]

[src]

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

[src]

This method tests for !=.