We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to create bigInt object from hexString ? example : i have 512 bit number b hex
std::string i = "66676466FFFFFFF6676466676466676466677a7863787a637a783635343635343634323334323334323334323335333435333134" BigInt a(i); a += randomNumber; string hexVar = a.toHex();
i want create bigInt object from this, and export this object to hex
The text was updated successfully, but these errors were encountered:
This functionality doesn't exist yet but has been requested earlier in issue #37, and seems like it would be useful for some use cases.
I'm closing this issue as this is a duplicate of issue #37, but feel free to follow up there.
Sorry, something went wrong.
No branches or pull requests
how to create bigInt object from hexString ?
example :
i have 512 bit number b hex
i want create bigInt object from this, and export this object to hex
The text was updated successfully, but these errors were encountered: