Expand description
CA-side stateless logic for NDNCERT.
CaState processes incoming protocol messages and returns responses.
It is deliberately stateless with respect to the network — all in-flight
requests are held in a [DashMap]. The network wiring (Producer) lives
in ndn-identity.
Structs§
Functions§
- deserialize_
cert - Deserialize a certificate from the transport byte blob.