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 16, 2025
1 parent ed949d7 commit 5721bdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 459 deletions.
Loading

0 comments on commit 5721bdc

Please sign in to comment.