Module tallytree::proof::inclusion[][src]

Expand description

Create and verify proof of a vote being included OR excluded in/from a merkle tally tree.

Functions

Create proof of a vote references’ existence or non-existance in a merkle tree.

Verify that an exclusion proof is valid for a vote reference. Returns error if proof fails to validate.

Verify that a inclusion proof is valid for a vote reference.

Type Definitions

A proof that a node does not exist in a merkle tally tree.

A proof that a node exists in a merkle tally tree.