



@deftypefun {int} {gnutls_hpke_deinit} (gnutls_hpke_context_t @var{ctx})
@var{ctx}: The HPKE context to deinitialize.

This function deinitializes the HPKE context and securely erases any
sensitive information contained within it, such as keys and secrets.
It is important to call this function when the HPKE context is no longer needed
to prevent sensitive data from lingering in memory.

@strong{Returns:} 0 on success, or a negative error code on failure.

@strong{Since:} 3.8.13
@end deftypefun
