Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use err_local.h rather than err.h in most places | tb | 2025-05-10 | 1 | -2/+2 |
* | Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3 | tb | 2023-06-04 | 1 | -4/+2 |
* | backout alignment changes (breaking at least two architectures) | deraadt | 2023-05-19 | 1 | -2/+4 |
* | Use crypto_internal.h's CTASSERT() | tb | 2023-05-17 | 1 | -4/+2 |
* | Replace the remaining BN_copy() with bn_copy() | tb | 2023-03-27 | 1 | -2/+2 |
* | Provide BN_zero()/BN_one() as functions and make BN_zero() always succeed. | jsing | 2022-12-17 | 1 | -3/+2 |
* | Update reference to table generation | tb | 2022-12-01 | 1 | -2/+2 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -2/+2 |
* | Fix path of mentioned regress test | tb | 2022-10-11 | 1 | -2/+2 |
* | Do not make tables static so we can access them from regress. | tb | 2022-07-13 | 1 | -5/+5 |
* | Integer square root and perfect square test | tb | 2022-07-13 | 1 | -0/+237 |