cf_crypto_sign_keygen¶
Category: net
GitHub: cute_networking.h
Generates a cryptographically secure keypair, used for facilitating connect tokens.
Parameters | Description |
---|---|
public_key | The public key of the keypair. Freely share this publicy. |
secret_key | The secret key of the keypair. Keep this safe and hidden within your servers. |
Related Pages¶
CF_CryptoKey
cf_crypto_generate_key
cf_generate_connect_token