Name

drng_chacha20_destroy — Secure deletion of the ChaCha20 DRNG cipher handle

Synopsis

DSO_PUBLIC void drng_chacha20_destroy (struct chacha20_drng * drng);
 

Arguments

drng

[in] cipher handle to be deallocated

Description

During the deallocation operation, the seed source is properly disposed of.

Also, the used memory is securely erased.