00:31:12 -xmr-pr- moneromooo-monero opened pull request #6737: epee: further defending against exceptions in command handlers 00:31:12 -xmr-pr- > https://github.com/monero-project/monero/pull/6737 00:31:13 -xmr-pr- moneromooo-monero opened pull request #6736: epee: further defending against exceptions in command handlers 00:31:13 -xmr-pr- > https://github.com/monero-project/monero/pull/6736 06:41:56 luigi1111w: please merge #6734 and #6737 before tagging v0.16.0.3 12:31:12 -xmr-pr- ZRFLDF opened issue #6738: why CLI cannot display Chinese character for me 12:31:12 -xmr-pr- > https://github.com/monero-project/monero/issues/6738 16:01:11 -xmr-pr- moneromooo-monero opened pull request #6739: Clsag reviewed rebased 16:01:11 -xmr-pr- > https://github.com/monero-project/monero/pull/6739 16:19:28 selsta: ok 19:27:28 hi all, trying to understand hash_to_ec function in the core and do it in js elliptic curves 19:31:58 Trying to do hash_to_ec by elliption in js - and checking with results from cpp core 19:31:58 Inputs a key, hashes it, and then does the equivalent in bitwise operations of multiplying the resulting integer by the base point and then by 8 19:31:58 keyHashBuffer = the same as in the cpp core 19:31:58 const P = Ed25519.g.mul(Ed25519.decodeInt(keyHashBuffer)).mul(Ed25519.decodeInt(8)) 19:31:58 my P is usual point - x, y, but result from cpp is 160 bytes long and different(((