Skip to content

Commit

Permalink
feat(mmr::authentication_struct): Move witness generation from twenty…
Browse files Browse the repository at this point in the history
…-first to this repo

The witness generation is somewhat program-specific, so it seems to me
to be a better fit for this repo than for twenty-first.

Cf. Neptune-Crypto/twenty-first#228
  • Loading branch information
Sword-Smith committed Aug 12, 2024
1 parent 2cd8823 commit a56cfe1
Show file tree
Hide file tree
Showing 3 changed files with 718 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasm-lib/src/mmr.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub mod authentication_struct;
pub mod bag_peaks;
pub mod calculate_new_peaks_from_append;
pub mod calculate_new_peaks_from_leaf_mutation;
Expand Down
1 change: 1 addition & 0 deletions tasm-lib/src/mmr/authentication_struct.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub mod shared;
Loading

0 comments on commit a56cfe1

Please sign in to comment.