Skip to content

Commit

Permalink
merge: pull request #25 from namib-project/refactor_cose_utils_and_op…
Browse files Browse the repository at this point in the history
…enssl

Refactor COSE utility functions and OpenSSL backend
  • Loading branch information
pulsastrix authored Aug 27, 2024
2 parents c7f1691 + 3a8d205 commit 47f4982
Show file tree
Hide file tree
Showing 29 changed files with 1,239 additions and 1,080 deletions.
2 changes: 1 addition & 1 deletion src/token/cose/aad.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::token::cose::determine_header_param;
use crate::token::cose::util::determine_header_param;
use alloc::collections::BTreeMap;
use coset::{EncryptionContext, Header};

Expand Down
Loading

0 comments on commit 47f4982

Please sign in to comment.