$ git clone -n https://gitee.com/leacyand/openssl.git /mnt/mock/kojid//dist-an23.3-riscv64-gcc14-build-537672-76442/root/chroot_tmpdir/scmroot/openssl Cloning into '/mnt/mock/kojid//dist-an23.3-riscv64-gcc14-build-537672-76442/root/chroot_tmpdir/scmroot/openssl'... $ git fetch origin e39aa3b7a1c7f80c833ffe4842d1d7d3c9741cfa:KOJI_FETCH_HEAD From https://gitee.com/leacyand/openssl * [new ref] e39aa3b7a1c7f80c833ffe4842d1d7d3c9741cfa -> KOJI_FETCH_HEAD $ git reset --hard KOJI_FETCH_HEAD HEAD is now at e39aa3b Backport (riscv):Add optimized Montgomery squaring for RV64GC (RISC-V) Reference:https://github.com/openssl/openssl/commit/ed002f99588db5f8f8658869a66fbf195f2a17ae Add optimized Montgomery squaring for RV64GC This PR adds an RV64GC-optimized Montgomery squaring assembly, ported from the ARMv8 __bn_sqr8x_mont algorithm, complementing the earlier multiplication optimization (#28012).