Skip to content

Commit

Permalink
feat: use crypto_core v9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Jul 11, 2023
1 parent 0e53fc0 commit 12b495d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [4.0.3] - 2023-07-11

### Features

- Use crypto_core v9.0

## [4.0.2] - 2023-06-30

### Features
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmian_findex"
version = "4.0.2"
version = "4.0.3"
authors = [
"Chloé Hébant <[email protected]>",
"Bruno Grieder <[email protected]>",
Expand Down Expand Up @@ -30,7 +30,7 @@ live_compact = []

[dependencies]
base64 = "0.21.2"
cosmian_crypto_core = { version = "8.0.0", features = ["aes", "sha3", "ser"], default-features = false }
cosmian_crypto_core = { version = "9.0.0", features = ["aes", "sha3", "ser"], default-features = false }
rand = "0.8"
tiny-keccak = { version = "2.0.2", features = ["kmac", "sha3"] }
zeroize = "1.5"
Expand Down

0 comments on commit 12b495d

Please sign in to comment.