COSET

Docs CI Status codecov

This crate holds a set of Rust types for working with CBOR Object Signing and Encryption (COSE) objects, as defined in RFC 8152. It builds on the core CBOR parsing functionality from the serde_cbor crate.

See crate docs, or the signature example for documentation on how to use the code.

This repo is under construction and so details of the API and the code may change without warning.

Working on the Code

Local coding conventions are enforced by the continuous integration jobs and include:

Disclaimer

This is not an officially supported Google product.