Skip to content

Commit

Permalink
test(cose): add tests for CoseEncrypt0
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsastrix committed Jun 29, 2024
1 parent 2a8de41 commit e301a8b
Show file tree
Hide file tree
Showing 6 changed files with 582 additions and 378 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
//! Following up from the previous example, let's assume we now want to create a signed
//! access token containing the existing `key`, as well as claims about the audience and issuer
//! of the token, using an existing cipher of type `FakeCrypto`[^cipher]:
//! ```
//! ```ignore
//! # use ciborium::value::Value;
//! # use coset::{AsCborValue, CoseKey, CoseKeyBuilder, Header, iana, Label, ProtectedHeader};
//! # use coset::cwt::{ClaimsSetBuilder, Timestamp};
Expand Down
Loading

0 comments on commit e301a8b

Please sign in to comment.