mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-13 01:21:29 +01:00
feat: Falcon 512 signature
This commit is contained in:
@@ -213,10 +213,7 @@ impl StoreEntry {
|
||||
|
||||
/// Returns an iterator over all key-value pairs in this entry.
|
||||
pub fn iter(&self) -> impl Iterator<Item = &(RpoDigest, Word)> {
|
||||
EntryIterator {
|
||||
entry: self,
|
||||
pos: 0,
|
||||
}
|
||||
EntryIterator { entry: self, pos: 0 }
|
||||
}
|
||||
|
||||
// STATE MUTATORS
|
||||
|
||||
Reference in New Issue
Block a user