Skip to content

Commit 09e0001

Browse files
committed
Bump version number and fix comment
The export_public_key operation is even available if the export flag is set to false. This flag is only for exporting the full key (private and public parts). Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
1 parent 06ba289 commit 09e0001

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parsec-client"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Ionut Mihalcea <ionut.mihalcea@arm.com>",
55
"Hugues de Valon <hugues.devalon@arm.com>"]
66
description = "Parsec Client library for the Rust ecosystem"

src/core/basic_client.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,6 @@ impl BasicClient {
382382
/// Several crates (e.g. [`picky-asn1`](https://crates.io/crates/picky-asn1))
383383
/// can greatly help in dealing with binary encodings.
384384
///
385-
/// In order to export a public key, the export flag found in the
386-
/// [key policy](https://docs.rs/parsec-interface/*/parsec_interface/operations/psa_key_attributes/struct.KeyPolicy.html)
387-
/// **must** be `true`.
388-
///
389385
/// # Errors
390386
///
391387
/// If the implicit client provider is `ProviderID::Core`, a client error

0 commit comments

Comments
 (0)