https://github.com/reiver/go-bits128
Package bits128 implements various 128-bit types, for the Go programming language. Including int128 and uint128 — as bits128.Int128 and bits128.Uint128.
https://github.com/reiver/go-bits128
int128 uint128
Last synced: 8 months ago
JSON representation
Package bits128 implements various 128-bit types, for the Go programming language. Including int128 and uint128 — as bits128.Int128 and bits128.Uint128.
- Host: GitHub
- URL: https://github.com/reiver/go-bits128
- Owner: reiver
- License: mit
- Created: 2024-09-18T11:37:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-19T14:46:51.000Z (over 1 year ago)
- Last Synced: 2025-04-09T09:46:28.328Z (11 months ago)
- Topics: int128, uint128
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-bits128
Package **bits128** implements various 128-bit types, for the Go programming language.
Including `int128` and `uint128` — as `bits128.Int128` and `bits128.Uint128`.
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-bits128
[](https://godoc.org/github.com/reiver/go-bits128)
## Import
To import package **bits128** use `import` code like the follownig:
```
import "github.com/reiver/go-bits128"
```
## Installation
To install package **bits128** do the following:
```
GOPROXY=direct go get https://github.com/reiver/go-bits128
```
## Author
Package **bits128** was written by [Charles Iliya Krempeaux](http://reiver.link)