7.6 KiB
7.6 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.11.3 (2026-04-03)
Added
0.11.2 (2026-03-13)
Changed
- Do not implement
Cloneas part of(Reset)MacTraitsin thebuffer_fixed!macro (#2341) EagerHashtrait to be a sub-trait ofClone(#2341)
0.11.1 (2026-02-25) [YANKED]
Note: this version was yanked because v0.11.2 introduces minor breaking changes affecting only pre-release versions of downstream crates.
Added
SmallBlockSizeUserhelper trait. The trait is a sub-trait ofBlockSizeUserwithBlockSizebounded byblock_buffer::BlockSizes. (#2309)
Changed
BufferKindUseris now a sub-trait ofSmallBlockSizeUser(#2309)
0.11.0 (2026-02-13) [YANKED]
Note: this version was yanked because v0.11.1 introduces breaking changes.
Users should migrate to digest v0.11.1 and crypto-common v0.2.1 using cargo update.
Added
CustomizedInittrait (#1334)SerializableStatesupport (#1369)DynDigestWithOidwrapper trait (#1390)VariableOutputCoreCustomizedtrait (#1787, #2043)buffer_fixed,buffer_ct_variable,buffer_rt_variable, andbuffer_xofmacros (#1799)XofFixedWrapper(#1815)CollisionResistancetrait (#1820)CoreProxy::compose/decomposemethods (#1898)EagerHashtrait (#2014)
Changed
- Replaced
generic-arraywithhybrid-array(#1358) crypto-commondependency bumped to v0.2 (#1173)- Edition changed to 2024 and MSRV bumped to 1.85 (#1759)
- Bump
const-oiddependency to v0.10 (#1772) digest::core_apirenamed todigest::block_api(#1799)CtVariableCoreWrapperrenamed toCtOutWrapper(#1799)- Removed the OID type parameter from
CtOutWrapper(#1799) - Implementations of the
SerializableStatetrait (#1953) new_test!andnew_mac_test!macros (#1958)- Bump
block-bufferto v0.11 (#2082) - Re-export of
crypto-commonmoved todigest::common(#2237) - Bump
crypto-commonto v0.2 (#2276) - Replace
subtlewithctutils(#2301)
Removed
Mac::new,Mac::new_from_slice, andMac::generate_keymethods (#1173)CoreWrapper,RtVariableCoreWrapper, andXofReaderCoreWrappertypes (#1799)io::Write/Readimplementations in favor of thedigest_io::IoWrappertype (#1809)VariableOutputtrait (#2043)- Implementation of
subtle::ConstantTimeEqforCtOutput. Note that implementation ofPartialEq/Eqtrait is still const time. (#2292)
0.10.7 (2023-05-19)
Changed
- Loosen
subtleversion requirement (#1260)
0.10.6 (2022-11-17)
Added
Mac::verify_resetandMac::verify_slice_resetmethods (#1154)
0.10.5 (2022-09-16)
Fixed
- MSRV build (#1117)
0.10.4 (2022-09-16)
Added
- Feature-gated implementation of the
const_oid::AssociatedOidtrait for the core wrappers. (#1098)
0.10.3 (2022-02-16)
Fixed
- Minimal versions build (#940)
0.10.2 (2022-02-10)
Changed
- Relax bounds on the
Mactrait (#849)
0.10.1 (2021-12-14) [YANKED]
Added
Fixed
- Doc cfg attribute for
CtOutputandMacError. (#842) - Expose
KeyInit::generate_keymethod in docs. (#847)
0.10.0 (2021-12-07) [YANKED]
Changed
- Dirty traits are removed and instead block-level traits are introduced. Variable output traits reworked and now support both run and compile time selection of output size. (#380, #819)
- The
crypto-mactraits are reworked and merged in. (#819)
0.9.0 (2020-06-09)
Added
ExtendableOutputDirtyandVariableOutputDirtytraits (#183)FixedOutputDirtytrait +finalize_into*(#180)XofReader::read_boxedmethod (#178, #181, #182)allocfeature (#163)- Re-export
typenum::constsasconsts(#123) Outputtype alias (#115)
Changed
- Rename
*result*methods tofinalizeala IUF (#161) - Use
impl AsRef<[u8]>instead of generic params on methods (#112) - Rename
Input::inputtoUpdate::updateala IUF (#111) - Upgrade to Rust 2018 edition (#109)
- Bump
generic-arrayto v0.14 (#95)