-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This change adds various string-conversion methods, mainly from decimal. It also aligns some setters, into the following: Public "convenience" constructors FromBig(*big.Int) FromHex(string) FromBase10(string) Instance setters: (z *Int) SetFromBase10(string) (possibly) (z *Int) SetFromBig(*big.Int) (z *Int) SetBytes([]byte) (z *Int) SetString(string, int) Co-authored-by: a <[email protected]> Co-authored-by: Tjudice <[email protected]> Co-authored-by: Martin Holst Swende <[email protected]>
- Loading branch information
1 parent
9c4de98
commit c6c6f8d
Showing
8 changed files
with
584 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.