monerov support

This commit is contained in:
xmvdev
2019-12-23 06:18:07 +00:00
parent 02d48ecc72
commit af767856f0
6 changed files with 37 additions and 9 deletions

View File

@@ -16,6 +16,10 @@ namespace crypto {
}
#pragma pack(push, 1)
POD_CLASS cycle {
public:
uint32_t data[32];
};
POD_CLASS hash {
char data[HASH_SIZE];
};