Updated is my code constant time? (markdown)

Sun Yimin 2022-11-22 08:54:17 +08:00
parent 0bd34ea52f
commit 74270c4c0e

@ -8,6 +8,7 @@ Non-constant time crypto code is dangerous.
1. [cmd/compile: inlining after devirtualization](https://github.com/golang/go/issues/52193) 1. [cmd/compile: inlining after devirtualization](https://github.com/golang/go/issues/52193)
1. [crypto/elliptic: automatically upgrade CurveParams for known curves and deprecate custom ones](https://github.com/golang/go/issues/34648) 1. [crypto/elliptic: automatically upgrade CurveParams for known curves and deprecate custom ones](https://github.com/golang/go/issues/34648)
1. [PLANNING GO 1.20 CRYPTOGRAPHY WORK](https://words.filippo.io/dispatches/go1-20/) 1. [PLANNING GO 1.20 CRYPTOGRAPHY WORK](https://words.filippo.io/dispatches/go1-20/)
1. [crypto/internal/bigmod: add amd64 assembly core](https://github.com/golang/go/commit/335e7647f53293eb320c1f069eaf0ff641810d6d)
## ECDH & SM2 Key Exchange ## ECDH & SM2 Key Exchange
SM2 Key Exchange要去除big.Int依赖看起来比ECDH困难得多主要是第三、四和五步。 SM2 Key Exchange要去除big.Int依赖看起来比ECDH困难得多主要是第三、四和五步。