sodium_crypto_sign_ed25519_sk_to_curve25519

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_sign_ed25519_sk_to_curve25519将 Ed25519 私钥转换为 Curve25519 私钥

描述

sodium_crypto_sign_ed25519_sk_to_curve25519(#[\SensitiveParameter] string $secret_key): string

给定一个 Ed25519 私钥,计算与之双有理等价的 X25519 私钥。

参数

secret_key

适合 crypto_sign 函数的私钥。

返回值

适合 crypto_box 函数的私钥。

添加注释

用户贡献的注释

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