sodium_crypto_stream_xchacha20

(PHP 8 >= 8.1.0)

sodium_crypto_stream_xchacha20将密钥和 nonce 扩展为伪随机字节的密钥流

描述

sodium_crypto_stream_xchacha20(int $length, string $nonce, #[\SensitiveParameter] string $key): string

keynonce 扩展为伪随机字节的密钥流。

参数

length

所需的字节数。

nonce

24 字节的 nonce。

key

密钥,可能来自 sodium_crypto_stream_xchacha20_keygen()

返回值

返回一个伪随机流,可与 sodium_crypto_stream_xchacha20_xor() 一起使用。

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top