W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
(PHP 8 >= 8.1.0)
sodium_crypto_core_ristretto255_scalar_negate — 否定標(biāo)量值
sodium_crypto_core_ristretto255_scalar_negate(string $s): string
否定標(biāo)量值。 從 libsodium 1.0.18 開始可用。
警告
本函數(shù)還未編寫文檔,僅有參數(shù)列表。
s
標(biāo)量值。
返回一個(gè) 32 字節(jié)的隨機(jī)字符串。
示例 #1 sodium_crypto_core_ristretto255_scalar_negate() example
<?php
$foo = sodium_crypto_core_ristretto255_scalar_random();
$negate = sodium_crypto_core_ristretto255_scalar_negate($foo);
$reNegate = sodium_crypto_core_ristretto255_scalar_negate($negate);
var_dump(hash_equals($foo, $reNegate));
?>
以上示例會(huì)輸出:
bool(true)
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: