Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize private crypto header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -1/+1 |
* | Fix Typos | Antoine Cœur | 2019-07-02 | 1 | -1/+1 |
* | Make the sparse array code use ossl_uintmax_t as its index rather than size_t. | Pauli | 2019-03-06 | 1 | -13/+15 |
* | Properties for implementation selection. | Pauli | 2019-02-18 | 1 | -1/+1 |
* | Sparse array iterators include index position. | Pauli | 2019-02-14 | 1 | -9/+13 |
* | Sparse array limit testing: reduce the range limit for the number of bits | Pauli | 2019-02-13 | 1 | -1/+1 |
* | Fix typo in comment | Pauli | 2019-02-13 | 1 | -1/+1 |
* | To use BN_BITS2, we'd better include openssl/bn.h | Richard Levitte | 2019-02-12 | 1 | -0/+1 |
* | Add sparse array data type. | Pauli | 2019-02-12 | 1 | -0/+213 |