summaryrefslogtreecommitdiff
path: root/src/mpicalc.c
Commit message (Expand)AuthorAgeFilesLines
* mpicalc: fix typoDmitry Eremin-Solenikov2020-06-051-1/+1
* tools: Add left shift to mpicalc.Werner Koch2017-07-051-1/+15
* tools: Fix memory leak for functions "I" and "G".Werner Koch2015-08-061-2/+6
* Fix prime test for 2 and lower and add check command to mpicalc.Werner Koch2014-10-081-1/+22
* Add a configuration file to disable hardware features.Werner Koch2013-12-121-1/+35
* mpicalc: Accept lowercase hex digits.Werner Koch2013-10-141-1/+3
* mpicalc: Add statement to compute the number of bits.Werner Koch2013-09-251-1/+19
* Change mpicalc to use Libgcrypt and install it.Werner Koch2013-09-041-80/+198
* Re-indent mpicalc.c and change license.Werner Koch2013-09-041-271/+301
* Add mpicalc.c to help with testing.Werner Koch2013-09-041-0/+386