From fe975a250cc2c256033bb9c6ce7a601c9b3562fe Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 8 Oct 2025 16:42:17 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20sm2=5Fz256=5Floong64.S=20=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=88=86=E6=9E=90=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sm2_z256_loong64.S-代码分析.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sm2_z256_loong64.S-代码分析.md b/sm2_z256_loong64.S-代码分析.md index b22d51c..8274719 100644 --- a/sm2_z256_loong64.S-代码分析.md +++ b/sm2_z256_loong64.S-代码分析.md @@ -65,5 +65,8 @@ or $a2, $a2, $a1 ## __sm2_z256_modp_mont_mul 按字蒙哥马利模约减乘法(WW-MM),计算 `(t0,t1,t2,t3) = (a4,a5,a6,a7) * (t0,t1,t2,t3)`。 +**实现思路**: +1. 可参考https://github.com/emmansun/gmsm/wiki/SM2-WWMM-(2) +