[][src]Trait redjubjub::SigType

pub trait SigType: Sealed { }

Abstracts over different RedJubJub parameter choices, Binding and SpendAuth.

As described at the end of §5.4.6 of the Zcash protocol specification, the generator used in RedJubjub is left as an unspecified parameter, chosen differently for each of BindingSig and SpendAuthSig.

To handle this, we encode the parameter choice as a genuine type parameter.

Implementors

impl SigType for Binding[src]

impl SigType for SpendAuth[src]

Loading content...