ecdhKeyDeriveParams.public
- 类型:<CryptoKey>
ECDH 密钥派生的操作方式是以一方的私钥和另一方的公钥作为输入——使用两者生成一个共有的共享密钥。ecdhKeyDeriveParams.public 属性被设置为另一方的公钥。
🌐 ECDH key derivation operates by taking as input one party's private key and
another party's public key -- using both to generate a common shared secret.
The ecdhKeyDeriveParams.public property is set to the other party's public
key.