Crate gxt_c

Crate gxt_c 

Source

Functions§

gxt_decrypt_message
Verifies and decrypts the payload inside a gxt message and returns it as a json string.
gxt_encrypt_message
Encrypts the payload and returns the gxt message containing the encrypted data.
gxt_encrypt_message_with_parent
Encrypts the payload and returns the gxt message containing the encrypted data and a parent reference.
gxt_free_string
This function must be used to free returned strings after they are used.
gxt_make_id_card
Creates a new id card from a key and returns it as gxt message.
gxt_make_key
Creates a new key and returns it as hex string.
gxt_verify_message
Verifies a message and returns the contents as JSON string on success.