aboutsummaryrefslogtreecommitdiff
path: root/src/tests/bigint_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19[loong64] Replace broken big integer arithmetic implementationsMichael Brown1-0/+9
2024-01-19[crypto] Add bigint_swap() to conditionally swap big integersMichael Brown1-0/+54
2024-01-19[crypto] Add bigint_copy() as a convenient wrapper macroMichael Brown1-0/+10
2024-01-16[crypto] Allow multiplicand and multiplier to differ in sizemultMichael Brown1-15/+24
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-03-18[crypto] Force caller to provide temporary storage for modular calculationsMichael Brown1-6/+13
2012-03-13[test] Add big integer self-testsMichael Brown1-0/+2429