Skip to content

Commit

Permalink
feat: make PartitionSnarkProof clone-able
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed Oct 21, 2021
1 parent 0d9a3d6 commit 8df5e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filecoin-proofs/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ pub struct SealPreCommitPhase1Output<Tree: MerkleTreeTrait> {
}

#[repr(transparent)]
#[derive(Clone, Debug)]
pub struct PartitionSnarkProof(pub Vec<u8>);

pub type SnarkProof = Vec<u8>;
Expand Down

0 comments on commit 8df5e59

Please sign in to comment.