Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [crypto] Expose shifted out bit from big integer shifts | Michael Brown | 10 days | 1 | -16/+20 |
* | [crypto] Expose carry flag from big integer addition and subtraction | Michael Brown | 2024-11-26 | 1 | -16/+20 |
* | [crypto] Use architecture-independent bigint_is_set() | Michael Brown | 2024-10-10 | 1 | -19/+0 |
* | [crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr() | Michael Brown | 2024-10-07 | 1 | -4/+4 |
* | [crypto] Eliminate temporary carry space for big integer multiplication | Michael Brown | 2024-09-27 | 1 | -10/+7 |
* | [crypto] Use constant-time big integer multiplication | Michael Brown | 2024-09-23 | 1 | -5/+37 |
* | [loong64] Replace broken big integer arithmetic implementations | Michael Brown | 2024-01-19 | 1 | -78/+106 |
* | [crypto] Allow multiplicand and multiplier to differ in size | Michael Brown | 2024-01-16 | 1 | -1/+3 |
* | [loong64] Add initial support for LoongArch64 | Xiaotian Wu | 2023-02-06 | 1 | -0/+336 |