Add SHA3 hashing

- added these variants: SHA3-256, SHA3-384, SHA3-512
- reordered also the hashing id's
- added some notes about them in DOC/Hashes.txt

Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>
This commit is contained in:
Tino Reichardt
2023-06-18 09:13:59 +02:00
parent 9b8a493437
commit dddf507557
25 changed files with 496 additions and 35 deletions

View File

@@ -5,7 +5,7 @@
#include "../../C/CpuArch.h"
EXTERN_C_BEGIN
#include "../../C/hashes/sha.h"
#include "../../C/hashes/sha512.h"
EXTERN_C_END
#include "../Common/MyCom.h"