Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang-tidy readability-container-size-empty warnings | Jack Lloyd | 2022-02-06 | 1 | -1/+1 |
| | |||||
* | Remove most uses of explicit new operator in cli | Jack Lloyd | 2021-04-03 | 1 | -8/+7 |
| | |||||
* | Remove deprecated headers, make more headers internal | Jack Lloyd | 2020-11-06 | 1 | -1/+1 |
| | | | | | | | | | Now modules default to internal headers instead of defaulting to public; making a new public API should be a visible and intentional choice. Brings the public header count from over 300 to around 150. Also removes the deprecated tls_blocking interface | ||||
* | Add Processor_RNG | Jack Lloyd | 2020-05-08 | 1 | -7/+7 |
| | | | | | | | Replaces RDRAND_RNG, RDRAND entropy source, and DARN entropy source. Provides also DARN-based RNG interface. This also gives an easy path for supporting the ARMv8 RNG instructions. | ||||
* | Deprecate many publically available headers | Jack Lloyd | 2019-09-06 | 1 | -2/+1 |
| | |||||
* | Don't assume any particular kind of RNG is available in the cli | Jack Lloyd | 2019-08-30 | 1 | -12/+15 |
| | | | | Closes #2085 | ||||
* | Add --format option for RNG cmdlet | Jack Lloyd | 2019-05-09 | 1 | -2/+13 |
| | |||||
* | Split CLI utils.cpp into more parts | Jack Lloyd | 2019-02-28 | 1 | -0/+44 |
| | | | | | | Add base58 encoding/decoding CLI Use decrypt_or_random in pk_decrypt | ||||
* | Add new CLI test script | Jack Lloyd | 2018-03-10 | 1 | -2/+2 |
| | |||||
* | Refactor option parsing in cli and test code | Jack Lloyd | 2017-10-24 | 1 | -0/+89 |
Allows cleaning up header includes, also somewhat smaller binaries. |