Skip to content

Commit 88a9d1d

Browse files
committed
digest: alias core_api with a depreciation notice
1 parent 915474f commit 88a9d1d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

digest/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ pub use crypto_common::{Output, OutputSizeUser, Reset, array, typenum, typenum::
7474
pub use mac::{CtOutput, Mac, MacError, MacMarker};
7575
pub use xof_fixed::XofFixedWrapper;
7676

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+
7781
use core::fmt;
7882
use crypto_common::typenum::Unsigned;
7983

0 commit comments

Comments
 (0)