Skip to content

Commit 8bc3fed

Browse files
authored
camellia: drop unused byteorder dependency (#566)
1 parent 399ddb8 commit 8bc3fed

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

camellia/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.2.1 (UNRELEASED)
9+
### Changed
10+
- Removed unused `byteorder` dependency ([#566])
11+
12+
[#566]: https://github.com/RustCrypto/block-ciphers/pull/566
13+
814
## 0.2.0 (2026-04-10)
915
### Changed
1016
- Bump `cipher` dependency to v0.5.0

camellia/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ keywords = ["crypto", "camellia", "block-cipher"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
byteorder = { version = "1.1", default-features = false }
1716
cipher = "0.5"
1817

1918
[dev-dependencies]

0 commit comments

Comments
 (0)