max / everycycle
| 1 | |
| 2 | |
| 3 | //! EveryCycle GPU appraisal: probe runner, canonical serializer, signer. |
| 4 | //! |
| 5 | //! Format and signing land here. Real probes live alongside, but the |
| 6 | //! contract this crate enforces is: a `CapabilityVector` produced by any |
| 7 | //! probe can be packaged into a signed `CardReport`, and the signature |
| 8 | //! survives a round-trip through a canonical JSON encoding. |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | pub use ; |
| 17 | pub use |
| 18 | SignError, TenantKey, VerifyError, box_payload_hash, sign_box_report, sign_card_report, |
| 19 | verify_box_report, verify_card_report, |
| 20 | ; |
| 21 |