哈希空间 Ctrl + F 进行搜索
首页 php手册中文版 CSS中文手册 哈希文档 Markdown在线工具

PHP sodium 组件

sodium_crypto_scalarmult_ristretto255

(PHP 8 >= 8.1.1)

sodium_crypto_scalarmult_ristretto255Computes a shared secret

说明

sodium_crypto_scalarmult_ristretto255(string $n, string $p): string

Calculates scalar n times point p. Available as of libsodium 1.0.18.

警告

本函数还未编写文档,仅有参数列表。

参数

n

A scalar, which is typically a secret key.

p

A point (x-coordinate), which is typically a public key.

返回值

Returns a 32-byte random string.

参见

打开 哈希空间 微信小程序中查看更佳