06:48:22 Both FCMP and RandomX v2 require a hardfork so they'll probably be introduced together in the next hardfork (date TBD) 17:37:25 https://github.com/monero-project/monero/issues/9407 17:37:25 https://github.com/monero-project/monero/issues/9409 17:37:47 Raised a PR to fix a small issue so that I could compile the project and start contributing 18:53:16 hi, where do I find the asm implementation of crypto-ops.c in the repository on github? 18:58:36 where do I find the crypto operation assembly implementation in the github repository? 18:59:48 Not totally sure, but check the "supercop" external module. 18:59:57 In external/supercop directory 19:02:09 thanks guys 19:15:16 src/crypto/wallet (supercop is the reference, unused in monero) 19:15:46 (unless changed in the last... year or two ?) 21:04:29 hi, where do I find the merkle-root implementaton in the repository? perhaps also in external? 21:05:02 is there maybe a repository guide explaining the source code structure? 21:05:47 sech1 you often know stuff, maybe you can tell me this 21:07:05 It's in tree-hash.c 21:07:17 perfect 21:07:20 in src/crypto 21:07:43 is there also a source code guide? 21:08:02 so I can find explainations on how this repository is structured? 21:08:46 Not really 21:08:56 There is https://www.getmonero.org/library/Zero-to-Monero-2-0-0.pdf which explains a lot with references to source code 21:09:35 ah, already reading this, thanks