bittube 4 support

This commit is contained in:
tubedev2000
2020-06-16 16:54:18 -04:00
parent fa902cffee
commit 5227c71f55
6 changed files with 18 additions and 3 deletions

View File

@@ -20,6 +20,10 @@ namespace crypto {
public:
uint32_t data[32];
};
POD_CLASS cycle40 {
public:
uint32_t data[40];
};
POD_CLASS hash {
char data[HASH_SIZE];
};