aboutsummaryrefslogtreecommitdiff
path: root/crypto/sparse_array.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-07-02Fix TyposAntoine Cœur1-1/+1
2019-03-06Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli1-13/+15
2019-02-18Properties for implementation selection.Pauli1-1/+1
2019-02-14Sparse array iterators include index position.Pauli1-9/+13
2019-02-13Sparse array limit testing: reduce the range limit for the number of bitsPauli1-1/+1
2019-02-13Fix typo in commentPauli1-1/+1
2019-02-12To use BN_BITS2, we'd better include openssl/bn.hRichard Levitte1-0/+1
2019-02-12Add sparse array data type.Pauli1-0/+213