Updated is my code constant time? (markdown)

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

@ -101,4 +101,6 @@ type Curve interface {
// methods in the future without breaking backwards compatibility.
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方法不同。