On Wed, Feb 10, 2021 at 09:53:23PM -0500, Derrick Stolee wrote: > ...this assumes the hash is of the same length as the_hash_algo, > so you are doing the right thing. Currently, I think we check > that 'm->hash_len == the_hash_algo->rawsz' on load. We'll need > to check this again later when in the transition phase of the > new hash work. > > (No changes are needed to your patch.) All makes sense, thanks. Taylor