mirror of
https://github.com/emmansun/gmsm.git
synced 2025-07-04 19:03:15 +08:00
Updated is my code constant time? (markdown)
parent
e697bc3c7d
commit
265522e733
@ -7,3 +7,9 @@ Non-constant time crypto code is dangerous.
|
|||||||
1. [cmd/compile: use devirtualization in escape analysis](https://github.com/golang/go/issues/33160)
|
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. [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)
|
||||||
|
|
||||||
|
## ECDH & SM2 Key Exchange
|
||||||
|
SM2 Key Exchange要去除big.Int依赖,看起来比ECDH困难得多,主要是第三、四和五步。
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user