mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-12 00:51:29 +01:00
feat: add Clone derive to PartialMmr
This commit is contained in:
committed by
Bobbin Threadbare
parent
4d0d8d3058
commit
be1d631630
@@ -17,7 +17,7 @@ use crate::{
|
||||
///
|
||||
/// This structure store only the authentication path for a value, the value itself is stored
|
||||
/// separately.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct PartialMmr {
|
||||
/// The version of the MMR.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user