Skip to content
New issue

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

Hex support #44

Closed
EndrII opened this issue May 29, 2019 · 1 comment
Closed

Hex support #44

EndrII opened this issue May 29, 2019 · 1 comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@EndrII
Copy link

EndrII commented May 29, 2019

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

@faheel faheel added duplicate This issue or pull request already exists enhancement New feature or request labels Jun 1, 2019
@faheel
Copy link
Owner

faheel commented Jun 1, 2019

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.

@faheel faheel closed this as completed Jun 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants