Module sig_serializer

Source
Expand description

Serialization of proof tree signatures

Enums§

SigParsingError
Errors when parsing proof tree signatures

Functions§

parse_sig_compute_challenges
Verifier Step 2: In a top-down traversal of the tree, obtain the challenges for the children of every non-leaf node by reading them from the proof or computing them. Verifier Step 3: For every leaf node, read the response z provided in the proof.