sodium_crypto_box_publickey_from_secretkey
(PHP 7 >= 7.2.0, PHP 8)
sodium_crypto_box_publickey_from_secretkey — Calculate the public key from a secret key
说明
Given a secret key, calculate the corresponding public key.
This only works with the type of keys intended for use with crypto_box() (which uses Elliptic Curve Diffie-Hellman over the Montgomery curve, Curve25519; abbreviated as X25519), not crypto_sign() (which uses Edwards Digital Signature Algorithm over the Edwards Curve with the corresponding paramaters; abbreviated Ed25519).
参数
secret_key
-
X25519 secret key
返回值
X25519 public key.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/function.sodium-crypto-box-publickey-from-secretkey.php