aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/loong64/include/bits/bigint.h
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Expose shifted out bit from big integer shiftsMichael Brown10 days1-16/+20
* [crypto] Expose carry flag from big integer addition and subtractionMichael Brown2024-11-261-16/+20
* [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-10/+7
* [crypto] Use constant-time big integer multiplicationMichael Brown2024-09-231-5/+37
* [loong64] Replace broken big integer arithmetic implementationsMichael Brown2024-01-191-78/+106
* [crypto] Allow multiplicand and multiplier to differ in sizeMichael Brown2024-01-161-1/+3
* [loong64] Add initial support for LoongArch64Xiaotian Wu2023-02-061-0/+336