00:04:50 Yes 00:05:14 Thank you, this is great, really appreciate it! 07:59:38 I am trying to understand how public spend key and view key get generated 07:59:55 Zero to monero says it is generated using this formula 08:00:42 (Public view key, public spend key) = (private view key, private spend key) multiply generator point 08:01:02 So this is basically trying to multiply a point made up of private keys with generator point 08:01:04 But isn 08:01:50 But isn't for elliptic curve there is only point addition and scalar multiplication? How can you multiply two points? 08:09:12 The secret key is a scalar. 08:09:52 Oh, so it is two independent scalar multiplication for generating the public keys 08:11:31 Generating the spend public key only needs the spend secret key, not the view one. And vice versa. 08:12:15 At least for current monero. I have no idea the new addressing scheme works. 08:14:24 Thanks 08:16:03 Also for generating the subaddress "master monero" gives this formula : Public view key subi = private view key * Public spend key subi 08:16:52 So we are doing a modular integer multiplication here for? 08:26:28 No, another scalar-point multiplication 08:27:18 The private keys are scalars. The public keys are points. Multiplying a scalar by a point yields a point 08:37:04 Thanks, how can I find the code related to this in the monero repo? 10:34:51 secret_key_to_public_key IIRC. 10:34:58 in src/crypto 17:30:42 hi, have someone recent 17:33:07 hi, have someone recently used mymonero-utils/mymonero-monero-client, specifically WABridge.createTransaction and can confirm it's working. Cause i am getting an error related to emscripten: 17:33:08 Invalid UTF-8 leading byte 0xba encountered when deserializing a UTF-8 string in wasm memory to a JS string! 17:33:10 Any help would be apreciated. 17:57:58 Maybe ask in Monero Community Dev ?