uint128 icon indicating copy to clipboard operation
uint128 copied to clipboard

Some basic unsigned 128 bit math and bitwise operations implemented in go

This package implements some basic math (multiplication and addition) and bitwise operations for unsigned 128 bit integers in go.