Skip to content

Commit

Permalink
Fix COSE doc link.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Aug 9, 2024
1 parent 550fe29 commit 137edf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/claims/crates/cose/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! CBOR Object Signing and Encryption ([COSE]) implementation based on
//! CBOR Object Signing and Encryption ([COSE][1]) implementation based on
//! [`coset`].
//!
//! [COSE]: <https://datatracker.ietf.org/doc/html/rfc8152>,
//! [`coset`]: https://crates.io/crates/coset
//! [1]: <https://datatracker.ietf.org/doc/html/rfc8152>,
//! [`coset`]: <https://crates.io/crates/coset>
use coset::sig_structure_data;
use ssi_claims_core::SignatureError;
use std::borrow::Cow;
Expand Down

0 comments on commit 137edf4

Please sign in to comment.