略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: sodium_crypto_scalarmult

2024-05-07

sodium_crypto_scalarmult

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_scalarmultCompute a shared secret given a user's secret key and another user's public key

说明

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

Elliptic Curve Diffie-Hellman. Calculates scalar n times point p, on an elliptic curve.

参数

n

scalar, which is typically a secret key

p

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

返回值

A 32-byte random string.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/function.sodium-crypto-scalarmult.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3