ic_cose_types 0.9.8

A Rust types library used for integrating with IC-COSE.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `ic_cose_types`
![License](https://img.shields.io/crates/l/ic_cose_types.svg)
[![Crates.io](https://img.shields.io/crates/d/ic_cose_types.svg)](https://crates.io/crates/ic_cose_types)
[![Test](https://github.com/ldclabs/ic-cose/actions/workflows/test.yml/badge.svg)](https://github.com/ldclabs/ic-cose/actions/workflows/test.yml)
[![Docs.rs](https://img.shields.io/docsrs/ic_cose_types?label=docs.rs)](https://docs.rs/ic_cose_types)
[![Latest Version](https://img.shields.io/crates/v/ic_cose_types.svg)](https://crates.io/crates/ic_cose_types)

[IC-COSE](https://github.com/ldclabs/ic-cose) is a decentralized COnfiguration service with Signing and Encryption on the Internet Computer.

`ic_cose_types` is a Rust types library used for integrating with IC-COSE.

## License
Copyright © 2024-2025 [LDC Labs](https://github.com/ldclabs).

`ldclabs/ic-cose` is licensed under the MIT License. See [LICENSE](../../LICENSE-MIT) for the full license text.