aboutsummaryrefslogtreecommitdiffstats
path: root/src/zunsetup.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-01Constants do not need dynamic memoryMattias Andrée1-4/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-04-26Ensure that failure does not result in memory leakMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-15Optimise zsetup, zgcd, zmul, and zsqr and add -fltoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-05Add memory pool, also let the user know that libzahl is not designed for cryptographyMattias Andrée1-3/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-04Add makefile and fix errorsMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-03Optimised zdivmodMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-02Add zsets and zstrMattias Andrée1-1/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-03-01Add zsetup, zunsetup, zinit, zfree, zswap, zsave, zload, zbits, and zlsbMattias Andrée1-0/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>