--- Log opened Sun Jul 16 00:00:00 2023 01:44 -!- plsm__ [~plsm@189.37.187.81.in-addr.arpa] has joined #bitcoin-rust 01:47 -!- sanket1729_ [~sanket172@ec2-100-24-255-95.compute-1.amazonaws.com] has joined #bitcoin-rust 01:53 -!- Netsplit *.net <-> *.split quits: plsm, sanket1729 03:02 -!- plsm__ [~plsm@189.37.187.81.in-addr.arpa] has left #bitcoin-rust [] 11:24 < stevenroose> Some of the secp256k1 structs that wrap the ffi struct derive Debug and it prints the ffi internal binary represenation. F.e. XOnlyPublicKey is a 64-byte hex instead of the expected regular 32-byte hex that Display gives. 11:25 < stevenroose> Is anyone opposed to having things like keys and signatures have Debug forward to LowerHex too? (Except probably for secret keys, I know Andrew doesn't want these to have Debug at all.) 12:15 < BlueMatt[m]> Makes sense to me 15:18 < andytoshi> yep, agreed, sounds good to me 15:18 < andytoshi> and yeah, probably not for secret keys ... they have Debug mainly because it's otherwise a PITA to use #[derive] 15:19 < andytoshi> but you can't derive LowerHex (or anything else) --- Log closed Mon Jul 17 00:00:04 2023