Skip to content

Commit

Permalink
Hide helper macro docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Jun 27, 2024
1 parent 96ab20d commit 4b1d95a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libcrux-ml-kem/src/kem/kyber/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/// can go through.
#[cfg(not(hax))]
#[doc(hidden)]
#[macro_export]
macro_rules! cloop {
(for ($i:ident, $chunk:ident) in $val:ident.$values:ident.chunks_exact($($chunk_size:expr),*).enumerate() $body:block) => {
Expand Down Expand Up @@ -37,6 +38,7 @@ macro_rules! cloop {
}

#[cfg(hax)]
#[doc(hidden)]
#[macro_export]
macro_rules! cloop {
(for ($i:ident, $chunk:ident) in $val:ident.$values:ident.chunks_exact($($chunk_size:expr),*).enumerate() $body:block) => {
Expand Down

0 comments on commit 4b1d95a

Please sign in to comment.