aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/bigint.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-19[crypto] Add bigint_swap() to conditionally swap big integersMichael Brown1-0/+15
2024-01-19[crypto] Add bigint_copy() as a convenient wrapper macroMichael Brown1-0/+13
2024-01-16[crypto] Allow multiplicand and multiplier to differ in sizemultMichael Brown1-5/+7
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
2012-03-18[crypto] Force caller to provide temporary storage for modular calculationsMichael Brown1-8/+41
2012-03-13[crypto] Add big-integer library for RSA calculationsMichael Brown1-0/+268