Skip to content

Commit b61a348

Browse files
added description for the key impl
1 parent 258aef9 commit b61a348

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

crypto_keys/crypto_fips_keys/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ documentation.workspace = true
99
repository.workspace = true
1010
rust-version.workspace = true
1111

12+
description = "Fips compliant key impl with openssl"
13+
1214
include = [
1315
"Cargo.toml",
1416
"../LICENSE",

crypto_keys/crypto_rec_keys/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ documentation.workspace = true
99
repository.workspace = true
1010
rust-version.workspace = true
1111

12+
description = "The recommended keys. It uses a combination of openssl and oqs."
13+
1214
include = [
1315
"Cargo.toml",
1416
"../LICENSE",

crypto_keys/crypto_std_keys/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ documentation.workspace = true
99
repository.workspace = true
1010
rust-version.workspace = true
1111

12+
description = "Key impl of the classic algorithms that were used pre 0.14.0 of sentc."
13+
1214
include = [
1315
"Cargo.toml",
1416
"../LICENSE",

0 commit comments

Comments
 (0)