Registry / utility / tiny-bignum-c

tiny-bignum-c

JSON →
library2019-07-31vcpkgunverified

Small portable multiple-precision unsigned integer arithmetic in C.

vcpkg install tiny-bignum-c
INSTALL
IMPORT
SIG · TINY-BIGNUM-C
T
tiny-bignum-c
utilitycppv2019-07-31
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tiny-bignum-c.h
#include <tiny-bignum-c.h>

Add two big numbers using tiny-bignum-c.

#include "tiny-bignum-c.h" int main() { struct bn a, b, result; bignum_from_int(&a, 123); bignum_from_int(&b, 456); bignum_add(&a, &b, &result); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2019-07-31latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

tiny-bignum-c — pip install tiny-bignum-c · libregistry