Crate pqkd

Source
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§

blocking
error
qrng
request
response

Structs§

BuilderPqkdClient
Build PqkdClient by combining an address KME server, address QRNG server and request::Client with certificates.
PqkdClient
Contains the necessary data for communication with the pQKD device.
PqkdRequestBuilder