Struct fujisaki_ringsig::sig::Tag [] [src]

pub struct Tag {
    pub pubkeys: Vec<PublicKey>,
    pub issue: Vec<u8>,
}

Denotes the ring of public keys which are being used for the ring signature, as well as the "issue", corresponding to what issue the signature corresponds to (e.g b"auction number 15")

Fields

Trait Implementations

impl Clone for Tag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Tag
[src]

[src]

Formats the value using the given formatter.

impl Eq for Tag
[src]

impl PartialEq for Tag
[src]

[src]

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

[src]

This method tests for !=.