Expand description
§pqkd
pqkd is a client implementation in and for Rust for pQKD from QuantumBlockchains. This library is designed to work with the pQKD device, which means that it makes no sense to use the code without this device.
§Features
pqkd allows you to send keys to other pQKD devices, receive them and also receive random values from the pQKD device in hex, bytes, base64 format.
Re-exports§
pub use crate::response::PqkdStatus;
pub use crate::response::Key;
pub use crate::response::PqkdResponse;
Modules§
Structs§
- Builder
Pqkd Client - Build PqkdClient by combining an address KME server, address QRNG server and request::Client with certificates.
- Pqkd
Client - Contains the necessary data for communication with the pQKD device.
- Pqkd
Request Builder