Registry / crypto / holiman-uint256

holiman-uint256

JSON →
library1.3.2gogounverified

Package uint256 provides an efficient 256-bit unsigned integer type for Go, optimized for Ethereum and cryptographic applications.

go get github.com/holiman/uint256
INSTALL
IMPORT
SIG · HOLIMAN-UINT256
H
holiman-uint256
cryptogov1.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

uint256
github.com/holiman/uint256

Create and add two 256-bit integers

import "github.com/holiman/uint256" func main() { a := uint256.NewInt(42) b := uint256.NewInt(10) a.Add(a, b) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
holiman-uint256 — go get holiman-uint256 · libregistry