Skip to content

Commit

Permalink
Tweaks to documentation for macros
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudy committed Mar 22, 2024
1 parent 062a8de commit 1b6d446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/algorithms/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ where
}

/// A macro to implement the required traits for common JWS alogorithms.
#[doc(hidden)]
#[macro_export]
macro_rules! jose_algorithm {
($alg:ident, $signer:ty, $verifier:ty, $digest:ty, $signature:ty) => {
impl $crate::algorithms::JsonWebAlgorithm for $signer {
Expand Down

0 comments on commit 1b6d446

Please sign in to comment.