Crate quantum_sign

Crate quantum_sign 

Source
Expand description

Quantum‑Sign unified crate (lib + CLI).

Exposes internal modules for cryptography, format, and policy, and includes the quantum-sign CLI as a binary target.

Modules§

crypto
Quantum‑Sign cryptographic module boundary. Provides deterministic randomness interfaces and signature glue.
drbg
SP 800-90A Rev.1 HMAC_DRBG(SHA-512) implementation.
format
Canonical .qsig detached signature container encoding. Uses a fixed-position CBOR array to avoid map-ordering pitfalls.
policy
prelude
Commonly used types and functions.
transparency
CT-style Merkle transparency log (client + verification).
tsp
RFC 3161 timestamping (client/validator).
verify
Lightweight offline verification library (no network).