Statement on glibc/iconv Vulnerability

sodium_crypto_core_ristretto255_scalar_reduce

(PHP 8 >= 8.1.0)

sodium_crypto_core_ristretto255_scalar_reduceスカラー値を縮小する

説明

sodium_crypto_core_ristretto255_scalar_reduce(string $s): string

スカラー値を縮小します。 libsodium 1.0.18 以降で利用可能です。

警告

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

パラメータ

s

スカラー値

戻り値

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

参考

add a note

User Contributed Notes

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