Skip to content

Commit

Permalink
Publishing v3.0.0-pre.1 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlewi authored Feb 9, 2023
1 parent 09489dd commit b40092d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.0.0-pre.1 (February 8, 2023)
* Renaming of X25519 to Curve25519
* Increased MSRV to 1.60
* Updating dependencies

## 2.0.0 (September 21, 2022)
* Synced implementation with draft-irtf-cfrg-opaque-10
* Changed argon2 salt length to recommended value (16 bytes)
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/novifinancial/opaque-ke"
rust-version = "1.60"
version = "2.0.0"
version = "3.0.0-pre.1"

[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 = "2"
opaque-ke = "3.0.0-pre.1"
```

### Minimum Supported Rust Version
Expand Down

0 comments on commit b40092d

Please sign in to comment.