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/+38 |
* | [riscv] Add support for the RISC-V CPU architecture | Michael Brown | 2024-09-15 | 1 | -0/+362 |