Writing the data of a void pointer to a file
I am working on some software making use of a encryption library, the underlying mechanics of which I can’t change. When the program runs it takes about 10 minuets to generate a public and private key, which is extremely frustrating when trying to debug other parts of the software. I would like to write the keys to a file and read them back to save time.