We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915474f commit 88a9d1dCopy full SHA for 88a9d1d
1 file changed
digest/src/lib.rs
@@ -74,6 +74,10 @@ pub use crypto_common::{Output, OutputSizeUser, Reset, array, typenum, typenum::
74
pub use mac::{CtOutput, Mac, MacError, MacMarker};
75
pub use xof_fixed::XofFixedWrapper;
76
77
+#[cfg(feature = "block-api")]
78
+#[deprecated(since = "0.11.0", note = "`digest::core_api` has been replaced by `digest::block_api`")]
79
+pub use block_api as core_api;
80
+
81
use core::fmt;
82
use crypto_common::typenum::Unsigned;
83
0 commit comments