Crates.io | manticore |
lib.rs | manticore |
version | 0.0.1 |
source | src |
created_at | 2020-07-15 18:29:32.109255 |
updated_at | 2020-07-15 19:09:18.920481 |
description | A WIP implementation of the Cerberus attestation protocol |
homepage | https://opentitan.org/ |
repository | https://github.com/lowRISC/manticore |
max_upload_size | |
id | 265533 |
size | 1,518 |
Manticore is a work-in-progress implementation of the Open Compute Project's Cerberus attestation protocol, developed as part of the OpenTitan project.
Manticore aims to eventually achieve parity with Microsoft's C implementation, while also being a proving ground for improvements and enhancements of the protocol.
manticore
Manticore's API is still unstable, and not at the point where it can be safely
released onto crates.io
. For now, use a git dependency instead:
manticore = { git = "https://git@github.com:lowRISC/manticore.git" }
We reserve the right to break any code that depends on the bleeding edge.