Expand description
Portable receipt signing.
Wraps chio_core_types::ChioReceipt::sign_with_backend so the kernel core
can produce signed receipts without depending on the chio-kernel full
crate’s keypair-based helper. Using the SigningBackend trait keeps
the FIPS-capable signing path available on every adapter.
Enums§
- Receipt
Signing Error - Errors raised by
sign_receipt.
Functions§
- sign_
receipt - Sign a receipt body using the given
SigningBackend.