aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/bigint.h
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Add bigint_mod_invert() to calculate inverse modulo a power of twoMichael Brown2024-10-211-0/+28
* [crypto] Separate out bigint_reduce() from bigint_mod_multiply()Michael Brown2024-10-151-0/+34
* [crypto] Use architecture-independent bigint_is_set()Michael Brown2024-10-101-0/+19
* [crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr()Michael Brown2024-10-071-8/+8
* [crypto] Eliminate temporary carry space for big integer multiplicationMichael Brown2024-09-271-10/+4
* [crypto] Use constant-time big integer multiplicationMichael Brown2024-09-231-4/+14
* [crypto] Add bigint_swap() to conditionally swap big integersMichael Brown2024-01-191-0/+15
* [crypto] Add bigint_copy() as a convenient wrapper macroMichael Brown2024-01-191-0/+13
* [crypto] Allow multiplicand and multiplier to differ in sizeMichael Brown2024-01-161-5/+7
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [crypto] Force caller to provide temporary storage for modular calculationsMichael Brown2012-03-181-8/+41
* [crypto] Add big-integer library for RSA calculationsMichael Brown2012-03-131-0/+268