sodium_crypto_scalarmult_ristretto255

(PHP 8 >= 8.1.1)

sodium_crypto_scalarmult_ristretto255共有シークレットを計算する

説明

sodium_crypto_scalarmult_ristretto255(string $n, string $p): string

座標 pn 倍にあたるスカラー値を計算します。 libsodium 1.0.18 以降で利用可能です。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

n

スカラー値。 通常は秘密鍵の値です。

p

座標の値(x座標)。 通常は公開鍵の値です。

戻り値

32バイト長のランダムな文字列を返します。

参考

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top