(PHP 8 >= 8.1.0)
sodium_crypto_stream_xchacha20 — 将密钥和 nonce 扩展为伪随机字节的密钥流
$length
, string $nonce
, #[\SensitiveParameter] string $key
): string将 key
和 nonce
扩展为伪随机字节的密钥流。
length
所需的字节数。
nonce
24 字节的 nonce。
key
返回一个伪随机流,可与 sodium_crypto_stream_xchacha20_xor() 一起使用。