PHP 8.3.4 Released!

sodium_crypto_sign_keypair

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_sign_keypairRandomly generate a secret key and a corresponding public key

Açıklama

sodium_crypto_sign_keypair(): string

Generate a random Ed25519 keypair as one string.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Ed25519 keypair.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top