Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update BigInt docs | Jack Lloyd | 2018-05-11 | 1 | -41/+195 |
| | |||||
* | Update manual to avoid use of old integer typedefs. | Jack Lloyd | 2017-11-14 | 1 | -3/+3 |
| | |||||
* | Fix random_prime() indent in BigInt docs | Simon Warta | 2015-07-27 | 1 | -5/+5 |
| | | | | [ci skip] | ||||
* | Any fixed MR iterations is probably wrong for somebody. Allow the user | lloyd | 2014-04-25 | 1 | -9/+19 |
| | | | | | | to specify a probability as well as if n was randomly chosen or not. If the input is random use a better bounds to reduce the number of needed tests. | ||||
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -0/+96 |
Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool |