--- Log opened Sun Jul 13 00:00:40 2025 07:45 < Ademan> in a third party crate I have a tagged hash newtype using sha256t_hash_newtype!(). And this will often be included in scripts. Is it idiomatic to implement AsRef for it? I see impl_asref_push_bytes in the source (not public though...) only for a couple of hash types, but not for sha256::Hash for instance. 09:22 < andytoshi> Ademan: no, i think we only do that for types that have a meaning to script opcodes 09:22 < andytoshi> which are basically, p2sh hashes, pubkeys, signatures