Skip to main content

Module pqc

Module pqc 

Source
Expand description

Post-quantum crypto primitives re-exported from saorsa_pqc.

Both API paths are re-exported:

  • ant_protocol::pqc::ops::* (lower-level pqc::* module) — used by the node and by this crate’s own verification code.
  • ant_protocol::pqc::api::* (higher-level api::sig::* module) — used by the client’s binary-update signature verification.

Modules§

api
Higher-level api::sig::* API (used for release signatures).
ops
Lower-level pqc::* API (types + MlDsaOperations trait).