aboutsummaryrefslogtreecommitdiff
path: root/BigInt.c
Commit message (Collapse)AuthorAgeFilesLines
* feat(BigInt): Replace B_bytes with B_bitsSyndamia5 days1-2/+2
|
* feat: Use a macro for round-up divisionSyndamia5 days1-6/+9
|
* feat: Remove newX functionsSyndamia5 days1-26/+0
|
* fix: Improve argument checks and constraintsSyndamia5 days1-20/+50
|
* feat: Implement comparisonsSyndamia5 days1-0/+85
|
* feat: Correct resize logicSyndamia5 days1-43/+95
|
* feat: Implement bitwise operationsSyndamia5 days1-0/+59
|
* fix: Simple string convertion for all single-digit valuesSyndamia5 days1-2/+2
|
* fix: Do not place leading zeroesSyndamia5 days1-15/+23
|
* feat: Implement B_newstrSyndamia5 days1-3/+47
|
* fix(BigInt): Proper uword bitsize calculationsSyndamia2026-05-231-12/+14
|
* feat(BigInt): Implement bit shifts and add math in exampleSyndamia2026-05-231-0/+89
|
* feat(BigInt): Implement create/free and summation, subtractionSyndamia2026-05-171-0/+313