add ITALO cycle48

This commit is contained in:
italo
2020-08-14 04:56:11 -04:00
parent 730f7d4a40
commit 9ca10b3cde
6 changed files with 18 additions and 3 deletions

View File

@@ -24,6 +24,10 @@ namespace crypto {
public:
uint32_t data[40];
};
POD_CLASS cycle48 {
public:
uint32_t data[48];
};
POD_CLASS hash {
char data[HASH_SIZE];
};