aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/cli_rng.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang-tidy readability-container-size-empty warningsJack Lloyd2022-02-061-1/+1
|
* Remove most uses of explicit new operator in cliJack Lloyd2021-04-031-8/+7
|
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-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_RNGJack Lloyd2020-05-081-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 headersJack Lloyd2019-09-061-2/+1
|
* Don't assume any particular kind of RNG is available in the cliJack Lloyd2019-08-301-12/+15
| | | | Closes #2085
* Add --format option for RNG cmdletJack Lloyd2019-05-091-2/+13
|
* Split CLI utils.cpp into more partsJack Lloyd2019-02-281-0/+44
| | | | | | Add base58 encoding/decoding CLI Use decrypt_or_random in pk_decrypt
* Add new CLI test scriptJack Lloyd2018-03-101-2/+2
|
* Refactor option parsing in cli and test codeJack Lloyd2017-10-241-0/+89
Allows cleaning up header includes, also somewhat smaller binaries.