You've already forked trussed-rsa-backend
mirror of
https://github.com/trussed-dev/trussed-rsa-backend.git
synced 2026-06-20 04:16:22 -07:00
Release trussed-rsa-types v0.2.0 and trussed-rsa-alloc v0.4.0
This commit is contained in:
+7
-1
@@ -7,7 +7,13 @@ SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
## [Unreleased][]
|
||||
|
||||
[Unreleased]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.3.0...HEAD
|
||||
[Unreleased]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.4.0...HEAD
|
||||
|
||||
-
|
||||
|
||||
## [v0.4.0][] (2026-03-23)
|
||||
|
||||
[v0.4.0]: https://github.com/trussed-dev/trussed-rsa-backend/compare/v0.3.0...v0.4.0
|
||||
|
||||
- Move `RsaImportFormat` and `RsaPublicParts` to the `trussed-rsa-types` crate.
|
||||
- Update dependencies:
|
||||
|
||||
+2
-2
@@ -16,7 +16,7 @@ trussed-core = "0.2"
|
||||
|
||||
[package]
|
||||
name = "trussed-rsa-alloc"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
description = "Trussed backend adding support for the RSA algorithm using an allocator"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
@@ -33,7 +33,7 @@ rsa = { version = "0.9", default-features = false, features = ["sha2"]}
|
||||
|
||||
trussed = { version = "0.1", default-features = false }
|
||||
trussed-core = { workspace = true, features = ["crypto-client", "rsa2048", "rsa3072", "rsa4096"] }
|
||||
trussed-rsa-types = "0.1"
|
||||
trussed-rsa-types = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.3.4"
|
||||
|
||||
+5
-1
@@ -5,7 +5,11 @@ SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# Changelog
|
||||
|
||||
## [Unreleased](https://github.com/trussed-dev/trussed-rsa-backend/compare/types-v0.1.0...HEAD)
|
||||
## [Unreleased](https://github.com/trussed-dev/trussed-rsa-backend/compare/types-v0.2.0...HEAD)
|
||||
|
||||
-
|
||||
|
||||
## [v0.2.0](https://github.com/trussed-dev/trussed-rsa-backend/releases/tag/types-v0.2.0)
|
||||
|
||||
- Update dependencies:
|
||||
- `heapless-bytes` v0.5
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
[package]
|
||||
name = "trussed-rsa-types"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = "Helper types for the trussed-rsa-alloc backend"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user