Skip to main content

Crate exoware_simplex

Crate exoware_simplex 

Source
Expand description

Store-backed Simplex upload client.

exoware-simplex stores Commonware Simplex artifacts in the Exoware Store using a stable logical key layout. It is intentionally a client library, not a consensus participant: callers still build and verify Commonware blocks and certificates, then use this crate to persist the encoded artifacts.

Modules§

keys

Structs§

BlockData
Simplex header bytes plus arbitrary body bytes that ride with them.
Finalized
A Simplex finalization plus the header bytes for its payload digest.
MarshalResolver
Store-backed resolver for Commonware marshal requests.
Notarized
A Simplex notarization plus the header bytes for its payload digest.
PreparedEntry
PreparedUpload
SimplexClient
Store-backed writer for Commonware Simplex blocks and certificates.
UploadReceipt
UploadSummary

Enums§

SimplexError

Functions§

encode_block_data