sodium_crypto_sign_keypair_from_secretkey_and_publickey
(PHP 7 >= 7.2.0, PHP 8)
sodium_crypto_sign_keypair_from_secretkey_and_publickey — 秘密鍵と公開鍵を結合する
説明
sodium_crypto_sign_keypair_from_secretkey_and_publickey(#[\SensitiveParameter] string
$secret_key
, string $public_key
): string秘密鍵と公開鍵を結合します。
パラメータ
secret_key
-
Ed25519 形式の秘密鍵
public_key
-
Ed25519 形式の公開鍵
戻り値
鍵ペアを返します。
+add a note
User Contributed Notes
There are no user contributed notes for this page.