Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [loong64] Replace broken big integer arithmetic implementations | Michael Brown | 2024-01-19 | 1 | -0/+9 |
* | [crypto] Add bigint_swap() to conditionally swap big integers | Michael Brown | 2024-01-19 | 1 | -0/+54 |
* | [crypto] Add bigint_copy() as a convenient wrapper macro | Michael Brown | 2024-01-19 | 1 | -0/+10 |
* | [crypto] Allow multiplicand and multiplier to differ in size | Michael Brown | 2024-01-16 | 1 | -15/+24 |
* | [legal] Relicense files under GPL2_OR_LATER_OR_UBDL | Michael Brown | 2015-03-02 | 1 | -1/+5 |
* | [legal] Update FSF mailing address in GPL licence texts | Michael Brown | 2012-07-20 | 1 | -1/+2 |
* | [crypto] Force caller to provide temporary storage for modular calculations | Michael Brown | 2012-03-18 | 1 | -6/+13 |
* | [test] Add big integer self-tests | Michael Brown | 2012-03-14 | 1 | -0/+2429 |