Skip to content

Commit

Permalink
Publishing v3.0.0-pre.3 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlewi authored Jun 8, 2023
1 parent 4f69de6 commit c3498ea
Show file tree
Hide file tree
Showing 3 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
@@ -1,5 +1,11 @@
# Changelog

## 3.0.0-pre.3 (June 7, 2023)
* Adjusted curve25519 support logic
* Adjusted key generation logic to be in line with commit 727b9ac of
https://github.com/cfrg/draft-irtf-cfrg-opaque
* Updated voprf dependency

## 3.0.0-pre.2 (March 14, 2023)
* Updated VOPRF to draft 19
* Added P384 testing support
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "opaque-ke"
readme = "README.md"
repository = "https://github.com/facebook/opaque-ke"
rust-version = "1.65"
version = "3.0.0-pre.2"
version = "3.0.0-pre.3"

[features]
argon2 = ["dep:argon2"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Installation
Add the following line to the dependencies of your `Cargo.toml`:

```
opaque-ke = "3.0.0-pre.2"
opaque-ke = "3.0.0-pre.3"
```

### Minimum Supported Rust Version
Expand Down

0 comments on commit c3498ea

Please sign in to comment.