nvat_nonce_to_hex_string#
- nvat_rc_t nvat_nonce_to_hex_string(
- const nvat_nonce_t nonce,
- nvat_str_t *out_str,
Encode the given nonce as a C-string.
- Parameters:
nonce – The nonce to encode.
out_str – *out_str will point to a heap allocated
nvat_str_t
. See nvat_str_t.