--- Log opened Sat Jun 18 00:00:56 2022 11:13 < kanishk779[m]> I am having doubt regarding how are the values generated in the following code https://github.com/rust-bitcoin/rust-miniscript/blob/master/src/lib.rs#L321 11:14 < kanishk779[m]> When I tried taking the sha256 of the public key, it does not match the one which is hard-coded in the implementation. 11:15 < kanishk779[m]> * are the hash values generated 12:37 < sanket1729[m]> sha256 is not the sha256 of the publickey. 12:37 < sanket1729[m]> It is the sha256 leaf fragment. 12:37 < sanket1729[m]> For testing purposes, we have a hard-coded value for it. --- Log closed Sun Jun 19 00:00:57 2022