Skip to content

Commit

Permalink
chore: Merge tag 'v12.0.0' into develop
Browse files Browse the repository at this point in the history
feat: use CryptoCore v9.0, update namings in paper and harden zeroization
  • Loading branch information
Manuthor committed Jul 11, 2023
2 parents 0b28a02 + 153ce22 commit 45c7f87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

All notable changes to this project will be documented in this file.

## [12.0.0] - 2023-06-30
## [12.0.0] - 2023-07-11

### Changed

- use CryptoCore v8.0
- use CryptoCore v9.0
- remove generics
- update namings to follow paper updates
- harden zeroization of private data
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hybridized_bench = []

[dependencies]
base64 = { version = "0.21.0", optional = true }
cosmian_crypto_core = { version = "8.0.0", default-features = false, features = ["ser", "sha3", "aes", "curve25519"] }
cosmian_crypto_core = { version = "9.0.0", default-features = false, features = ["ser", "sha3", "aes", "curve25519"] }
pqc_kyber = { version = "0.4", features = ["std", "hazmat"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 45c7f87

Please sign in to comment.