Created is my code constant time? (markdown)

Sun Yimin 2022-08-16 08:40:38 +08:00
parent 3dcbd85c73
commit e697bc3c7d

@ -0,0 +1,9 @@
Non-constant time crypto code is dangerous.
1. [Dude, is my code constant time?](https://eprint.iacr.org/2016/1123.pdf)
1. [proposal: math/big: support for constant-time arithmetic](https://github.com/golang/go/issues/20654)
1. [crypto/elliptic: deprecate big.Int interface](https://github.com/golang/go/issues/52182)
1. [proposal: a new crypto/ecdh package that exposes a safe, []byte-based API for ECDH](https://github.com/golang/go/issues/52221)
1. [cmd/compile: use devirtualization in escape analysis](https://github.com/golang/go/issues/33160)
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)