Skip to content

Commit

Permalink
Fix conditional macro include
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKotowick committed Oct 28, 2024
1 parent c262154 commit a1e92f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ impl<'de> serde::Deserialize<'de> for Ed25519PublicKey {
}
}

#[cfg(feature = "backend-dilithium")]
macro_rules! dilithium_public_key {
($type_name: ident, $size: expr) => {
#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
Expand Down

0 comments on commit a1e92f2

Please sign in to comment.