summaryrefslogtreecommitdiffstats
path: root/src/tests/bigint_test.c
Commit message (Expand)AuthorAgeFilesLines
* [loong64] Replace broken big integer arithmetic implementationsMichael Brown2024-01-191-0/+9
* [crypto] Add bigint_swap() to conditionally swap big integersMichael Brown2024-01-191-0/+54
* [crypto] Add bigint_copy() as a convenient wrapper macroMichael Brown2024-01-191-0/+10
* [crypto] Allow multiplicand and multiplier to differ in sizeMichael Brown2024-01-161-15/+24
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [crypto] Force caller to provide temporary storage for modular calculationsMichael Brown2012-03-181-6/+13
* [test] Add big integer self-testsMichael Brown2012-03-141-0/+2429