https://github.com/rswinkle/c_bigint
A basic Big Integer library in C
https://github.com/rswinkle/c_bigint
bigint biginteger c
Last synced: 10 months ago
JSON representation
A basic Big Integer library in C
- Host: GitHub
- URL: https://github.com/rswinkle/c_bigint
- Owner: rswinkle
- License: mit
- Created: 2020-04-22T19:21:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T18:25:50.000Z (almost 4 years ago)
- Last Synced: 2025-03-18T22:19:32.275Z (10 months ago)
- Topics: bigint, biginteger, c
- Language: C
- Homepage:
- Size: 209 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
c_bigint
========
What it says on the tin, a simple bigint library in C.
I'll write more once it's in a more complete state.
It's under the MIT License.