Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tls] Allow for NIST elliptic curve point formats | Michael Brown | 2025-01-21 | 1 | -0/+1 |
* | [crypto] Expose carry flag from big integer addition and subtraction | Michael Brown | 2024-11-26 | 1 | -2/+3 |
* | [crypto] Add bigint_msb_is_set() to clarify code | Michael Brown | 2024-11-20 | 1 | -2/+1 |
* | [crypto] Eliminate temporary carry space for big integer multiplication | Michael Brown | 2024-09-27 | 1 | -54/+29 |
* | [crypto] Use constant-time big integer multiplication | Michael Brown | 2024-09-23 | 1 | -29/+54 |
* | [crypto] Add an abstraction of an elliptic curve | Michael Brown | 2024-01-30 | 1 | -0/+31 |
* | [crypto] Check for all-zeros result from X25519 key exchange | Michael Brown | 2024-01-30 | 1 | -3/+8 |
* | [crypto] Add X25519 key exchange algorithm | Michael Brown | 2024-01-19 | 1 | -0/+808 |