aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/bits/bigint.h
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Expose shifted out bit from big integer shiftsMichael Brown10 days1-6/+13
* [crypto] Expose carry flag from big integer addition and subtractionMichael Brown2024-11-261-6/+14
* [crypto] Use architecture-independent bigint_is_set()Michael Brown2024-10-101-19/+0
* [crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr()Michael Brown2024-10-071-4/+4
* [crypto] Eliminate temporary carry space for big integer multiplicationMichael Brown2024-09-271-13/+12
* [crypto] Use constant-time big integer multiplicationMichael Brown2024-09-231-5/+29
* [crypto] Allow multiplicand and multiplier to differ in sizeMichael Brown2024-01-161-1/+3
* [crypto] Add memory output constraints for big-integer inline assemblyMichael Brown2021-06-031-17/+37
* [crypto] Avoid temporarily setting direction flag in bigint_is_geq()Michael Brown2020-07-071-17/+8
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [crypto] Use correct constraint for byte-addressable registerMichael Brown2012-03-191-1/+1
* [crypto] Add big-integer library for RSA calculationsMichael Brown2012-03-131-0/+318