spruceid / cose-rs

Pure rust implementation of RFC-8152.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cbor Object Signing and Encryption (COSE)

Pure rust implementation of RFC-8152, using the Signer and Verifier traits from RustCrypto's signature crate to abstract over cryptographic backend.

Currently only implements COSE_Sign1.

About

Pure rust implementation of RFC-8152.


Languages

Language:Rust 100.0%