Skip to content

Use the 64 bit reverser, the only one provided.#131

Merged
Asherda merged 1 commit intoVerusCoin:devfrom
DavidLDawes:dev
Oct 15, 2018
Merged

Use the 64 bit reverser, the only one provided.#131
Asherda merged 1 commit intoVerusCoin:devfrom
DavidLDawes:dev

Conversation

@DavidLDawes
Copy link
Copy Markdown

Without this it uses a 32 bit size_t which the library does not provide, so the mangling has an mm vs. yy mismatch at the end (in Mac terms, it's calling with 32 bit unsigned longs but libsnark provides a 64 bit unsigned long long implementation)
Safe to use uint64_t across Mac, Linux and Windows.

@Asherda Asherda merged commit 37578e5 into VerusCoin:dev Oct 15, 2018
monkins1010 pushed a commit to monkins1010/VerusCoin that referenced this pull request Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants