the hashing algorithm should not be hardcoded to SHA2256
the golang version allowed the hashing algorithm to be configurable in the DNA
currently the rust version is hardcoded to SHA2256 in the source chain (e.g. Entry and Header)
this should be correctly parameterised so that the DNA configuration works correctly
relevant discussion https://github.com/holochain/holochain-rust/pull/102#discussion_r199810826
@zippy annoyingly, it looks like github doesn't auto link comments when you leave them on a PR :(
https://github.com/holochain/holochain-rust/pull/102#discussion_r199811929
This is probably cross-repo issues where we had one number in org and another in holochain-rust?
nah, same repo, but the comment was part of a PR review
[F8-enhancement] M4-core P7-nicetohave