Package uint2048 provides 2048-bit unsigned integers (i.e., uint2048), for the Go programming-language (golang).
Find a file
2026-01-22 13:35:31 -08:00
internal refactoring 2025-12-13 19:17:15 -08:00
errors.go go.* and errors 2026-01-19 09:12:52 -08:00
from.go from 2026-01-19 10:49:43 -08:00
fromuint8_test.go from 2026-01-19 10:49:43 -08:00
fromuint16_test.go from 2026-01-19 10:49:43 -08:00
fromuint32_test.go from 2026-01-19 10:49:43 -08:00
fromuint64_test.go from 2026-01-19 10:49:43 -08:00
go.mod go.* and errors 2026-01-19 09:12:52 -08:00
go.sum go.* and errors 2026-01-19 09:12:52 -08:00
LICENSE initial commits 2025-12-11 20:24:19 -08:00
maxuint2048_test.go uint2048.MaxUint2048() 2026-01-19 09:39:53 -08:00
README.md docs 2026-01-22 13:18:55 -08:00
uint2048.go docs 2026-01-19 15:07:32 -08:00
uint2048_add_test.go uint2048.Uint2048.Add() 2026-01-19 12:17:26 -08:00
uint2048_bits.go bits 2026-01-19 15:21:29 -08:00
uint2048_commadecimalnotation_test.go renamed test func 2026-01-19 15:29:49 -08:00
uint2048_compare.go uint2048.Uint2048.ConstantTimeIsZero() 2026-01-19 05:41:11 -08:00
uint2048_compare_test.go rename 2025-12-14 23:40:19 -08:00
uint2048_decrement_test.go tests 2026-01-19 09:41:51 -08:00
uint2048_humanize.go marshaltext 2026-01-19 15:57:36 -08:00
uint2048_increment_test.go decrement 2025-12-15 00:02:56 -08:00
uint2048_marshaltext_test.go marshaltext 2026-01-19 15:57:36 -08:00
uint2048_math.go docs 2026-01-19 15:05:59 -08:00
uint2048_one_test.go test 2026-01-19 06:06:39 -08:00
uint2048_set.go SetToZero SetToOne 2026-01-22 13:35:31 -08:00
uint2048_setfromuint8_test.go tests 2026-01-19 06:26:12 -08:00
uint2048_sub_test.go uint2048.Uint2048.Sub() 2026-01-19 12:23:22 -08:00
uint2048_to.go to 2025-12-14 23:44:45 -08:00
values.go uint2048.MaxUint2048() 2026-01-19 09:39:53 -08:00

go-uint2048

Package uint2048 provides 2048-bit unsigned integers (i.e., uint2048), for the Go programming-language (golang).

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-uint2048

GoDoc

Import

To import package uint2048 use import code like the following:

import "github.com/reiver/go-uint2048"

Installation

To install package uint2048 do the following:

GOPROXY=direct go get github.com/reiver/go-uint2048

Author

Package uint2048 was written by Charles Iliya Krempeaux