Updated RandomX

This commit is contained in:
SChernykh
2019-08-27 16:12:13 +02:00
parent dd52e4de02
commit fc670b2a58
9 changed files with 151 additions and 36 deletions

View File

@@ -36,7 +36,7 @@ namespace randomx {
public:
Blake2Generator(const void* seed, size_t seedSize, int nonce = 0);
uint8_t getByte();
uint32_t getInt32();
uint32_t getUInt32();
private:
void checkData(const size_t);