Skip to content

Commit

Permalink
digest: newtype support
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 28, 2025
1 parent 3fa125f commit 57efa65
Show file tree
Hide file tree
Showing 2 changed files with 530 additions and 0 deletions.
2 changes: 2 additions & 0 deletions digest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ pub mod core_api;
mod digest;
#[cfg(feature = "mac")]
mod mac;
#[doc(hidden)]
pub mod newtype;

#[cfg(feature = "core-api")]
pub use block_buffer;
Expand Down
Loading

0 comments on commit 57efa65

Please sign in to comment.