16:46:31 Hello, two questions today:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/1aa3ecf8c687e310e570010b2ba7daa886ac6908) 16:48:05 2) What is the easiest way to print the key_image(crypto::key_image) and the public key(crypto::public_key) with printf? 16:48:18 Thank you again! 16:49:50 to print the keys you need to convert to base58 first 16:49:55 or hex 18:18:46 Thank you UkoeHB . Is there a function that does these conversions easily? 18:19:31 print("%s\n", epee::string_tools::pod_to_hex(key).c_str()); 18:20:44 moneromooo: Great! Always good to ask :)