sodium_crypto_core_ristretto255_scalar_mul
(PHP 8 >= 8.1.0)
sodium_crypto_core_ristretto255_scalar_mul — スカラー値を乗算する
説明
スカラー値を乗算します。 libsodium 1.0.18 以降で利用可能です。
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
パラメータ
x
-
スカラー値。 X座標を表します。
y
-
スカラー値。 Y座標を表します。
戻り値
32バイト長のランダムな文字列を返します。
+add a note
User Contributed Notes
There are no user contributed notes for this page.