sodium_crypto_scalarmult
(PHP 7 >= 7.2.0, PHP 8)
sodium_crypto_scalarmult — ユーザーの秘密鍵と、別のユーザーの公開鍵を使って、共有シークレットを計算する
パラメータ
n
-
スカラー値。 これは通常は秘密鍵です。
p
-
座標 (X軸上)。 これは通常は公開鍵です。
戻り値
32バイト長のランダムな文字列を返します。
+add a note
User Contributed Notes
There are no user contributed notes for this page.