Skip to content

Commit c915d15

Browse files
committed
feat(mmr::authentication_struct): Move witness generation from twenty-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
1 parent a901030 commit c915d15

File tree

3 files changed

+718
-0
lines changed

3 files changed

+718
-0
lines changed

tasm-lib/src/mmr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
pub mod authentication_struct;
12
pub mod bag_peaks;
23
pub mod calculate_new_peaks_from_append;
34
pub mod calculate_new_peaks_from_leaf_mutation;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pub mod shared;

0 commit comments

Comments
 (0)