sodium_crypto_box_publickey_from_secretkey
秘密鍵から公開鍵を計算する
説明
string sodium_crypto_box_publickey_from_secretkey(#[\SensitiveParameter]string $secret_key
)
この関数は、crypto_box
関数で使われるタイプの鍵
(Elliptic Curve Diffie-Hellman over the Montgomery curve,
Curve25519; 略して X25519)
でのみ動作します。
crypto_sign 関数で使われるタイプの鍵
(Edwards Digital Signature Algorithm over the Edwards
Curve; 略して Ed25519)
では動作しません。
パラメータ
-
secret_key
-
X25519 形式の秘密鍵