monerov support
This commit is contained in:
@@ -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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user