Skip to content

Instantly share code, notes, and snippets.

@mikechambers
Last active September 15, 2019 03:51
Show Gist options
  • Save mikechambers/d5a2b18a93b53dfcd79c1033f36ac9f9 to your computer and use it in GitHub Desktop.
Save mikechambers/d5a2b18a93b53dfcd79c1033f36ac9f9 to your computer and use it in GitHub Desktop.
Convert Destiny 2 SQL id to JSON hash
void main() {
BigInt id = BigInt.from(-1491684358).toUnsigned(32);
print(id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment