From e35a0675b150ae03a89bbdbfacb957321822b66a Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Sun, 9 Jul 2023 17:31:36 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20SM9=E5=AE=9E=E7=8E=B0=E5=8F=8A?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SM9实现及优化.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SM9实现及优化.md b/SM9实现及优化.md index dfc7b34..5d910e5 100644 --- a/SM9实现及优化.md +++ b/SM9实现及优化.md @@ -45,8 +45,8 @@ Go语言相对简单,但是为了简单,编译器做了很多额外的操作 也就是Set操作的汇编实现,同时也尽量减少Set操作(这个“优化”导致了实现的复杂性、影响了代码的可维护性,可能不值得)。 ## 下一步 -使用浮点运算和SIMD实现?《New software speed records for -cryptographic pairings》 +参考《New software speed records for +cryptographic pairings》使用浮点运算和SIMD实现?