summaryrefslogtreecommitdiff
path: root/crypto/sparse_array.c
Commit message (Expand)AuthorAgeFilesLines
* Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli2019-03-061-13/+15
* Properties for implementation selection.Pauli2019-02-181-1/+1
* Sparse array iterators include index position.Pauli2019-02-141-9/+13
* Sparse array limit testing: reduce the range limit for the number of bitsPauli2019-02-131-1/+1
* Fix typo in commentPauli2019-02-131-1/+1
* To use BN_BITS2, we'd better include openssl/bn.hRichard Levitte2019-02-121-0/+1
* Add sparse array data type.Pauli2019-02-121-0/+213