mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:22:45 +00:00 
			
		
		
		
	|  27a124f7d8 PVS-Studio flagged this, as memset can be optimized away by the compiler in some cases. We obviously don't want that to ever happen so make sure to always use `explicit_bzero(..)` which can't be optimized away. | ||
|---|---|---|
| .. | ||
| HashFunction.h | ||
| HashManager.h | ||
| MD5.cpp | ||
| MD5.h | ||
| SHA1.cpp | ||
| SHA1.h | ||
| SHA2.cpp | ||
| SHA2.h | ||