Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [crypto] Expose shifted out bit from big integer shifts | Michael Brown | 10 days | 1 | -13/+18 |
* | [crypto] Expose carry flag from big integer addition and subtraction | Michael Brown | 2024-11-26 | 1 | -6/+13 |
* | [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 | -8/+9 |
* | [crypto] Use constant-time big integer multiplication | Michael Brown | 2024-09-23 | 1 | -5/+30 |
* | [crypto] Allow multiplicand and multiplier to differ in size | Michael Brown | 2024-01-16 | 1 | -1/+3 |
* | [arm] Add support for 64-bit ARM (Aarch64) | Michael Brown | 2016-05-08 | 1 | -0/+317 |