From 35ebe9529b649d860e12557ce1e760b59ca3759c Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Fri, 2 Sep 2022 14:12:34 +0800 Subject: [PATCH] Updated is my code constant time? (markdown) --- is-my-code-constant-time?.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/is-my-code-constant-time?.md b/is-my-code-constant-time?.md index f1c564c..3c1d48e 100644 --- a/is-my-code-constant-time?.md +++ b/is-my-code-constant-time?.md @@ -110,3 +110,6 @@ type Curve interface { ``` 其实,sm2 key exchange和[SEC 1, Version 2.0](https://www.secg.org/sec1-v2.pdf), Section 3.4 Elliptic Curve MQV Primitive 描述的方法类似,只是最后取shared secret方法不同: ECMQV和DH一样,都只取X轴值。 + +## 相关代码 +https://github.com/emmansun/gmsm/commit/8f7a7626baba61ba9c44371a71cd8bec0dbedc6f