$ git clone -n https://gitee.com/src-anolis-os/openssl.git /var/lib/mock/dist-an23.5-build-537904-83566/root/chroot_tmpdir/scmroot/openssl Cloning into '/var/lib/mock/dist-an23.5-build-537904-83566/root/chroot_tmpdir/scmroot/openssl'... $ git fetch origin rva23-3.5.4:KOJI_FETCH_HEAD From https://gitee.com/src-anolis-os/openssl * [new branch] rva23-3.5.4 -> 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).