Skip to main content

Module receipts

Module receipts 

Source
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§

ReceiptSigningError
Errors raised by sign_receipt.

Functions§

sign_receipt
Sign a receipt body using the given SigningBackend.