Skip to content

Commit

Permalink
slh-dsa: fix lint (#879)
Browse files Browse the repository at this point in the history
The build is failing because of a lint failure due to an undocumented
macro which is only used for tests.

This adds a simple comment so the lint succeeds.
  • Loading branch information
tarcieri authored Dec 10, 2024
1 parent dff009f commit 9265f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slh-dsa/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ pub fn split_digest<P: ForsParams>(digest: &Array<u8, P::M>) -> (&Array<u8, P::M

#[cfg(test)]
pub mod macros {
/// Generate a test case
#[macro_export]
macro_rules! gen_test {
($name:ident, $t:ty) => {
Expand Down

0 comments on commit 9265f5c

Please sign in to comment.