Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 282 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 282 Bytes

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.