From 0f3d3396ab24833ec9b8c869cfb8a3b83b482927 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Sun, 9 Jul 2023 17:30:37 +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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SM9实现及优化.md b/SM9实现及优化.md index 4e500bd..dfc7b34 100644 --- a/SM9实现及优化.md +++ b/SM9实现及优化.md @@ -44,5 +44,10 @@ Go语言相对简单,但是为了简单,编译器做了很多额外的操作 ## 应用SIMD复制值 也就是Set操作的汇编实现,同时也尽量减少Set操作(这个“优化”导致了实现的复杂性、影响了代码的可维护性,可能不值得)。 +## 下一步 +使用浮点运算和SIMD实现?《New software speed records for +cryptographic pairings》 + +