Registry / crypto / coset
library0.4.2rscratesunverified

Set of types for supporting COSE.

# Cargo.toml [dependencies] coset = "0.4.2"
INSTALL
IMPORT
SIG · COSET
C
coset
cryptorustv0.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CoseSign1
✓ use coset::CoseSign1;

Create a new COSE Sign1 message.

use coset::CoseSign1; fn main() { let msg = CoseSign1::new(); println!("COSE Sign1 message created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Resources
coset — cargo add coset · libregistry