(Don't think too hard on this, it's for a PoC) Is ...
# development
b
(Don't think too hard on this, it's for a PoC) Is there a way in Rust-land to merge multiple
InputDigests
?
1
f
yes, just do what the
MergeDigests
intrinsic does
call
Store::merge
b
Now that makes a lot of sense 🙈
b
Oh dang, I don't think I have access to the
store
😐
nvrm I can pass it
Oh I see, I still need to merge each of the `InputDigest`s partsusing the store's merge