Versions in this module Expand all Collapse all v0 v0.1.0 Jan 22, 2020 Changes in this version + type Ballot struct + NullifierHash string + Proof *externalVerif.CircomProof + PublicSignal []string + Root string + func NewBallot(proof string) (*Ballot, error) + func (b *Ballot) Byte() ([]byte, error) + func (b *Ballot) Hash() *Hash + func (b *Ballot) JSON() (string, error) + func (b *Ballot) NullifierHashHex() NullifierHashHex + type Hash []byte + func (h Hash) Byte() []byte + func (h Hash) Hex() HashHex + type HashHex string + type Map map[NullifierHashHex]*Ballot + func NewMap() Map + type NullifierHashHex string