-
Notifications
You must be signed in to change notification settings - Fork 60
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: holiman/uint256
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: holiman/uint256
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 8 files changed
- 4 contributors
Commits on Jul 25, 2024
-
conversion: introduce alloc-free
IntoBig
method (#177)`ToBig` does 2x32 byte allocations. Once to create a new `big.Int` and a second time to seed the contents of the `big.Int`. This change adds `IntoBig` which takes an input `big.Int`, and, if possible, it will use the given `big.Int` buffer for conversion to avoid reallocation. If the big.Int is nil, it will be allocated (32 byte). If it's not large enough, it's data space will be allocated (32 byte).
Configuration menu - View commit details
-
Copy full SHA for 9fb9e97 - Browse repository at this point
Copy the full SHA 9fb9e97View commit details -
divmod: fix aliasing error, add tests (#180)
This change fixes a flaw in `DivMod` related to aliasing of input arguments.
Configuration menu - View commit details
-
Copy full SHA for ce90883 - Browse repository at this point
Copy the full SHA ce90883View commit details
Commits on Oct 2, 2024
-
conversion: fix unmarshalling overflow (#185)
The json-unmarshalling from decimal form inorrectly invoked fromDecimal, instead of SetFromDecimal. The former assumes that the input has already been validated, and thus does not throw errors on overflow. Closes #184
Configuration menu - View commit details
-
Copy full SHA for b07109b - Browse repository at this point
Copy the full SHA b07109bView commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 555918b - Browse repository at this point
Copy the full SHA 555918bView commit details
Commits on Nov 29, 2024
-
uint256: optimize WriteToArray (#190)
This change optimizes WriteToArray, and also implements PutUint256 for use in writing to "sufficiently large slices". --------- Co-authored-by: Martin Holst Swende <martin@swende.se>
Configuration menu - View commit details
-
Copy full SHA for 439fbd4 - Browse repository at this point
Copy the full SHA 439fbd4View commit details
Commits on Dec 6, 2024
-
optimize
Exp
for even bases (#189)--------- Co-authored-by: Martin Holst Swende <martin@swende.se>
Configuration menu - View commit details
-
Copy full SHA for a17fcfb - Browse repository at this point
Copy the full SHA a17fcfbView commit details
There are no files selected for viewing