Updated is my code constant time? (markdown)

Sun Yimin 2022-08-23 13:07:33 +08:00
parent fe1a637987
commit 754a18853e

@ -102,3 +102,5 @@ type Curve interface {
privateKeyToPublicKey(*PrivateKey) *PublicKey privateKeyToPublicKey(*PrivateKey) *PublicKey
} }
``` ```
其实sm2 key exchange和[SEC 1, Version 2.0](https://www.secg.org/sec1-v2.pdf), Section 3.4 Elliptic Curve MQV Primitive 描述的方法一样只是最后求取shared secret方法不同。