17:00:11 -xmr-pr- hyc opened pull request #8712: blockchain-stats: print any remaining data at end of loop 17:00:11 -xmr-pr- > https://github.com/monero-project/monero/pull/8712 23:08:49 Does anyone know if device secret scalars are homomorphic? I'm updating my legacy utils to pipe in the `hwdev` thing, but this method requires adding two scalars: https://github.com/UkoeHB/monero/blob/13c324c6b686dfa3c2613869faddaf380d76b37e/src/seraphis_core/legacy_core_utils.cpp#L89 23:10:07 oh nvm found sc_secret_add() 23:21:57 It's strange to me that apparently everything related to balance recovery and signing txs is implemented in devices. Is it expected that seraphis full balance recovery will also be implemented in devices? It would be MUCH simpler just to implement the signing piece. 23:21:59 Not really a dev question, but a crypto question. In which context would EC scalar addition not be homomorphic? Maybe if you did addition of scalars and naively rounded off by a power of 2 and not the group order? 23:23:35 well hw device scalars are encrypted and passed around on the control device, it seems those scalars are not homomorphic (which makes sense) 23:24:31 they aren't really scalars at that point anyway 23:55:54 I guess forcing the devices to implement balance recovery is good for those super paranoid who don't even trust the hot device with their non-signing keys 23:55:55 I don't know anything about device cryptography in Monero, though