To get the actual public and secret keys, use `sodium_crypto_box_publickey()` and `sodium_crypto_box_secretkey()`.
(PHP 7 >= 7.2.0)
sodium_crypto_box_keypair — Randomly generate a secret key and a corresponding public key
本函数还未编写文档,仅有参数列表。
此函数没有参数。
To get the actual public and secret keys, use `sodium_crypto_box_publickey()` and `sodium_crypto_box_secretkey()`.