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.
- Migrate to
doc_auto_cfg
(#1370) - Exclude pre-1.60 crates from workspace (#1380)
- bump
crypto-common
to v0.2.0-pre; MSRV 1.65 (#1384) - Bump
heapless
dependency to v0.8 (#1398) - Bump
hybrid-array
to v0.2.0-pre.6 (#1432) - Bump
crypto-common
to v0.2.0-pre.1 (#1433) - Bump
crypto-common
to v0.2.0-pre.2 (#1436) - Bump
hybrid-array
to v0.2.0-pre.8 (#1438) - Bump
crypto-common
andhybrid-array
(#1469) - Bump
crypto-common
to v0.2.0-pre.5 (#1496)
- enable
missing_debug_implementations
lint and addDebug
impls (#1411)
arrayvec
feature (#1219)
AeadCore::generate_nonce
(#1073)
- Replace
NewAead
trait withKeyInit
trait fromcrypto-common
(#1033) - Rust 2021 edition upgrade; MSRV 1.56+ (#1044)
Result
type alias (#725)
- Re-export
rand_core
(#682)
- Bump
heapless
dependency to v0.7 (#628)
- Extract
AeadCore
trait (#508) - Rename
NewAead::new_var
to::new_from_slice
(#512) - Disable alloc by default (#514)
- Bump
heapless
dependency to v0.6 (#522)
dev
module (#194)
NewAead::new_varkey
method (#191)