trisquel-icecat/icecat/third_party/rust/cose
2025-10-06 02:35:48 -06:00
..
examples/sign_verify icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
src icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
tools/certs icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
.cargo-checksum.json icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
.travis.yml icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
build.rs icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
Cargo.toml icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
LICENSE icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
README.md icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
rustfmt.toml icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00

cose-rust

A Rust library for COSE using NSS.

Build Status Maturity Level

Build instructions

If NSS is not installed in the path, use NSS_LIB_DIR to set the library path where we can find the NSS libraries.

cargo build

Run Tests and Examples

To run tests and examples you need NSS in your library path. Tests can be run with

cargo test

and examples with

cargo run --example sign_verify