-
xmr-prmoneromooo-monero opened pull request #6737: epee: further defending against exceptions in command handlers
-
xmr-pr
-
xmr-prmoneromooo-monero opened pull request #6736: epee: further defending against exceptions in command handlers
-
xmr-pr
-
selstaluigi1111w: please merge #6734 and #6737 before tagging v0.16.0.3
-
xmr-prZRFLDF opened issue #6738: why CLI cannot display Chinese character for me
-
xmr-pr
-
xmr-prmoneromooo-monero opened pull request #6739: Clsag reviewed rebased
-
xmr-pr
-
vtnerdselsta: ok
-
turtushi all, trying to understand hash_to_ec function in the core and do it in js elliptic curves
-
turtusTrying to do hash_to_ec by elliption in js - and checking with results from cpp core
-
turtusInputs 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
-
turtuskeyHashBuffer = the same as in the cpp core
-
turtusconst P = Ed25519.g.mul(Ed25519.decodeInt(keyHashBuffer)).mul(Ed25519.decodeInt(8))
-
turtusmy P is usual point - x, y, but result from cpp is 160 bytes long and different(((