mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-12 09:01:29 +01:00
feat: Falcon 512 signature
This commit is contained in:
@@ -158,11 +158,7 @@ impl PartialMerkleTree {
|
||||
}
|
||||
}
|
||||
|
||||
Ok(PartialMerkleTree {
|
||||
max_depth,
|
||||
nodes,
|
||||
leaves,
|
||||
})
|
||||
Ok(PartialMerkleTree { max_depth, nodes, leaves })
|
||||
}
|
||||
|
||||
// PUBLIC ACCESSORS
|
||||
|
||||
Reference in New Issue
Block a user