Skip to content

Commit

Permalink
bt: Remove unused code
Browse files Browse the repository at this point in the history
This module was written for the Mastic VDAF. Mastic uses a binary tree
in two ways: (1) path building from candidate prefixes; and (2) a
breadth-first traversal for computing the evaluation proof. None of the
functionalities implemented in the `bt` module support these operations
efficiently. Instead, Mastic implements these operations directly.

Remove the unused code from the `bt` module, leaving only the data types
used by Mastic/VIDPF. It may be useful to keep these in their own
module, as the data types may eventually be useful for Poplar1/IDPF.
  • Loading branch information
cjpatton committed Jan 7, 2025
1 parent 81c3039 commit 10dee90
Showing 1 changed file with 3 additions and 458 deletions.
Loading

0 comments on commit 10dee90

Please sign in to comment.