145 skills found · Page 1 of 5
peterolson / BigInteger.jsAn arbitrary length integer library for Javascript
rust-num / Num BigintBig integer types for Rust
justmoon / Node BignumBig integers for Node.js using OpenSSL
0xPARC / Circom EcdsaBig integer arithmetic and secp256k1 ECC operations in circom
RustCrypto / Crypto BigintCryptography-oriented big integer library with constant-time, stack-allocated (no_std-friendly) implementations of modern formulas
kasparsklavins / BigintA lightweight big integer library for c++
ckormanyos / Wide IntegerWide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.
silentmatt / Javascript BigintegerA big integer library for JavaScript
tczajka / Ibig RsA big integer library in Rust with good performance.
panks / BigIntegerAn Implementation of BigInteger library in C++
rgroshanrg / Bigintbigint is a C++ library which can handle Very very Big Integers. It can calculate factorial of 1000000... it can go any big. It may be useful in Competitive Coding and Scientific Calculations which deals with very very large Integers. It can also be used in Decryption process. It has many inbuilt functions which can be very useful.
remyoudompheng / BigfftBig integer multiplication library for Go using Fast Fourier transform
kirsteins / JKBigIntegerLibrary for working with big integers in Objective-C.
Baobaobear / MiniBigIntegerA mini lib for arbitrary-precision arithmetic of integer (bigint) with high performance
tczajka / Bigint Benchmark RsBechmarks for Rust big integer implementations
Jens-G / Haxe CryptoHurlant crypto library ported to haxe: tls, md2, md5, sha1, sha224, sha256, xtea, hex, base64, hmac, tlsprf, blowfish, des, tripledes, aes, cfb8, cfb, ctr, ofb, ecb, bigint, big integers, rsa, pem, rot13, uuid, utf8, utf16
Xor-el / IntXLib4PascalArbitrary Big Integer Library for Pascal
cryptocoinjs / BigiJavaScript Big Integer library based upon Tom Wu's work.
kothariji / BhimIntegersBhimIntegers🚀 is a C++ library that is useful when we are dealing with BigIntegers💥💥. We can handle big integers (integers having a size bigger than the long long int data type) and we can perform arithmetic operations📘 like addition, multiplication, subtraction, division, equality check, etc📐📐. Also, there are several functions like factorial, reverse. We can check that a number is a palindromic number, counting occurrences, etc🔎🔎. It has some conversion options to convert a string to bhimInteger etc 📍📍.
Yaffle / BigIntegerYet another implementaion of arbitrary-precision integers in pure JavaScript. Small. Well tested.