Closed joshuaehill closed 5 years ago
chi_square_tests creates substrings using "new", but never deletes the allocated memory.
I fixed this in my reference branch: https://github.com/joshuaehill/SP800-90B_EntropyAssessment/tree/2018UL
chi_square_tests creates substrings using "new", but never deletes the allocated memory.