12:08:02 Can someone help me print the value of buf in this line: https://github.com/monero-project/monero/blob/master/src/crypto/crypto.cpp#L704 ? 12:08:03 I know it has to be (prefix_hash+ec_point+ec_point) but my python implementation is not matching the hash returned from the software so I would like to know exactly what is the value of 'buf' that is being hashed... thank you again! 12:15:03 pod_to_hex also works on ec_points. 12:16:34 Yeah, on ec_points it works. But 'buf' is a struct. 12:16:38 Or buff_to_hex_nodelimer for a variable size string. 12:17:21 (one may be made on the fly with, eg: buff_to_hex_nodelimer(std::string(ptr, sz))) 12:17:43 Ok. I will try :) 14:58:43 Meeting over in #monero-community:monero.social in just over an hour 14:58:43 https://github.com/monero-project/meta/issues/663