#protocols #attestation #compute #open #cerberus

manticore

A WIP implementation of the Cerberus attestation protocol

2 releases

0.0.1 Jul 15, 2020
0.0.0 Jul 15, 2020

#26 in #attestation

Apache-2.0

2KB

Manticore

About the project

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.

Using 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.

No runtime deps