biginteger topic

List biginteger repositories

gnark-crypto

464
Stars
146
Forks
Watchers

gnark-crypto provides elliptic curve and pairing-based cryptography on BN, BLS12, BLS24 and BW6 curves. It also provides various algorithms (algebra, crypto) of particular interest to zero knowledge p...

BigNumber

179
Stars
42
Forks
Watchers

C++ class for creating and computing arbitrary-length integers

kotlin-multiplatform-bignum

332
Stars
37
Forks
Watchers

A Kotlin multiplatform library for arbitrary precision arithmetics

break_infinity.js

195
Stars
34
Forks
Watchers

A replacement for decimal.js for incremental games who want to deal with very large numbers (bigger in magnitude than 1e308, up to as much as 1e(9e15) ) and want to prioritize speed over accuracy.

math

1.8k
Stars
74
Forks
Watchers

Arbitrary-precision arithmetic library for PHP

JCMathLib

82
Stars
26
Forks
Watchers

Implementation of mathematical operations with big numbers and elliptic curve points for smart cards with JavaCard platform.

nim-stint

81
Stars
11
Forks
Watchers

Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices.

VBCorLib

105
Stars
28
Forks
Watchers

The VBCorLib framework brings many of the powerful .NET classes to VB6.

Fermat

64
Stars
6
Forks
Watchers

A library providing math and statistics operations for numbers of arbitrary size.

break_eternity.js

119
Stars
43
Forks
Watchers

A Javascript numerical library to represent numbers as large as 10^^1e308 and as small as 10^-10^^1e308. Sequel to break_infinity.js, designed for incremental games.