pub fn shutdown()
Shuts down the noise library.
This function must be called when the noise library is no longer needed.
cgl_rs::noise::init(); // Use noise functions here cgl_rs::noise::shutdown();