ParagonIE_Sodium_Core_Ristretto255::ristretto255_random() –
You appear to be a bot. Output may be restricted
Description
Usage
$string = ParagonIE_Sodium_Core_Ristretto255::ristretto255_random();
Parameters
Returns
string
Source
File name: wordpress/wp-includes/sodium_compat/src/Core/Ristretto255.php
Lines:
1 to 7 of 7
public static function ristretto255_random() { return self::ristretto255_from_hash( ParagonIE_Sodium_Compat::ParagonIE_Sodium_Compat::randombytes_buf(self::crypto_core_ristretto255_HASHBYTES) ); }