Quantum Origin CLI v3.1.1¶
Quantum Origin’s Command-Line Interface (CLI) provides one of the simplest and most versatile methods with which to access locally generated quantum-hardened proven randomness.
The CLI follows a simple calling pattern, familiar to any software developer. The Quantum Origin CLI may be used directly by users on the command line, or applications may programmatically call it to increase the quality of randomness used for their operations.
An example calling sequence to generate 20 bytes of randomness can be seen below:
PS C:\> qo_cli randomness --config C:\qo_config.yml --format base64 --size 20
uqOYWTK4fpRtnXc2qJD7ThYtokU=
$ qo_cli randomness --config ~/qo_config.yml --format base64 --size 20
vreZ723tU1RyqZb9LkJ81bBa6M4=
$ qo_cli randomness --config ~/qo_config.yml --format base64 --size 20
YY7Ytu2s14NTbRnQMKvbCJVbIoc==
Quick Start Guide¶
The CLI is very quick to get started with.
Use the following instructions to get started quickly
Confirm your target architecture and operating system are supported: Supported systems
Receive the relevant installer and follow the installation instructions. Installation
Create your configuration file for CLI usage: Configuration
Execute the randomness command , and receive proven randomness! Usage
Support¶
If you require additional support or run into technical issues, please contact Quantinuum at origin-support@quantinuum.com outlining your concern with the appropriate subject line, as per your commercial support agreement. A Quantinuum customer support representative will respond to your request as soon as possible.