Function __global->sodium_crypto_box_keypair_from_secretkey_and_publickey
Definitions
sources_custom/phpstub.php
- Create a keypair from a private and public key.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$secret_key | string | required parameter | N/A | N/A | The private key |
$public_key | string | required parameter | N/A | N/A | The public key |
Return
- The keypair
- Type: string
- Set: N/A
- Range: N/A